Html Css Color HEX #7D17BB Purple Heart

📋 copy color: '#7D17BB'

red 125 ◦ green 23 ◦ blue 187

#7D17BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7D17BB

Tints of Purple Heart #7D17BB

RGB

 RED value IS 125 (49.22% from 255) = 37.31%

 GREEN value IS 23 (9.38% from 255) = 6.87%

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 37.31%
G = 6.87%
B = 55.82%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7D17BB (or 0x7D17BB) is known color: Purple Heart. HEX triplet: 7D, 17 and BB. RGB value is (125,23,187). Sum of RGB (Red+Green+Blue) = 125+23+187=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D17BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D17BB is #82E844. Grayscale: #474747. Windows color (decimal): -8579141 or 12261245. OLE color: 12261245.

HSL color Cylindrical-coordinate representation of color #7D17BB: hue angle of 277.32º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D17BB is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 23 187 -
CMYK 0.33 0.88 0 0.27
HSL 277.32º 0.78% 0.41% -
HSV(B) 277.32º 0.88% 0.73% -
XYZ 17.73 8.56 47.73 -
YUV 72.19 192.79 165.66 -
System Red Green Blue C M Y K H S L
Decimal 125 23 187 0.33 0.88 0 0.27 277.32 0.78 0.41
Hex 7D 17 BB 21 58 0 1B 115 4E 29
Octal 175 27 273 41 130 0 33 425 116 51
Binary 1111101 10111 10111011 100001 1011000 0 11011 100010101 1001110 101001

Color Harmonies of #7D17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D17BB

Black with #7D17BB

Text Example


Text Example

White with #7D17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D17BB; }

 p { color: rgb(125,23,187); }

 H1.HeaderClassName
 {
   color: #7D17BB;
 }
 .AnyTagClassName
 {
   color: #7D17BB;
 }
</style>

background-color css

<style>
 a { background-color: #7D17BB; }

 a { background-color: rgb(125,23,187); }

 div.DivClassName
 {
   background-color: #7D17BB;
 }
 .BgClassName
 {
   background-color: #7D17BB;
 }
</style>

border-color css

<style>
 span { border-color: #7D17BB; }

 span { border-color: rgb(125,23,187); }

 td.TdClassName
 {
   border-color: #7D17BB;
 }
 .TagClassName
 {
   border-color: #7D17BB;
 }
</style>