Html Css Color HEX #7A17BF Purple Heart

📋 copy color: '#7A17BF'

red 122 ◦ green 23 ◦ blue 191

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

Shades of Purple Heart #7A17BF

Tints of Purple Heart #7A17BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.85%

R = 36.31%
G = 6.85%
B = 56.85%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A17BF (or 0x7A17BF) is known color: Purple Heart. HEX triplet: 7A, 17 and BF. RGB value is (122,23,191). Sum of RGB (Red+Green+Blue) = 122+23+191=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A17BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A17BF is #85E840. Grayscale: #474747. Windows color (decimal): -8775745 or 12523386. OLE color: 12523386.

HSL color Cylindrical-coordinate representation of color #7A17BF: hue angle of 275.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A17BF is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 23 191 -
CMYK 0.36 0.88 0 0.25
HSL 275.36º 0.79% 0.42% -
HSV(B) 275.36º 0.88% 0.75% -
XYZ 17.74 8.51 50 -
YUV 71.75 195.3 163.84 -
System Red Green Blue C M Y K H S L
Decimal 122 23 191 0.36 0.88 0 0.25 275.36 0.79 0.42
Hex 7A 17 BF 24 58 0 19 113 4F 2A
Octal 172 27 277 44 130 0 31 423 117 52
Binary 1111010 10111 10111111 100100 1011000 0 11001 100010011 1001111 101010

Color Harmonies of #7A17BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A17BF

Black with #7A17BF

Text Example


Text Example

White with #7A17BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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