Html Css Color HEX #7A17BB Purple Heart

📋 copy color: '#7A17BB'

red 122 ◦ green 23 ◦ blue 187

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

Shades of Purple Heart #7A17BB

Tints of Purple Heart #7A17BB

RGB

 RED value IS 122 (48.05% from 255) = 36.75%

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

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

R = 36.75%
G = 6.93%
B = 56.33%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A17BB (or 0x7A17BB) is known color: Purple Heart. HEX triplet: 7A, 17 and BB. RGB value is (122,23,187). Sum of RGB (Red+Green+Blue) = 122+23+187=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A17BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A17BB is #85E844. Grayscale: #464646. Windows color (decimal): -8775749 or 12261242. OLE color: 12261242.

HSL color Cylindrical-coordinate representation of color #7A17BB: hue angle of 276.22º 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 #7A17BB is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 23 187 -
CMYK 0.35 0.88 0 0.27
HSL 276.22º 0.78% 0.41% -
HSV(B) 276.22º 0.88% 0.73% -
XYZ 17.3 8.34 47.71 -
YUV 71.3 193.3 164.16 -
System Red Green Blue C M Y K H S L
Decimal 122 23 187 0.35 0.88 0 0.27 276.22 0.78 0.41
Hex 7A 17 BB 23 58 0 1B 114 4E 29
Octal 172 27 273 43 130 0 33 424 116 51
Binary 1111010 10111 10111011 100011 1011000 0 11011 100010100 1001110 101001

Color Harmonies of #7A17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A17BB

Black with #7A17BB

Text Example


Text Example

White with #7A17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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