Html Css Color HEX #7417BA Purple Heart

📋 copy color: '#7417BA'

red 116 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #7417BA

Tints of Purple Heart #7417BA

RGB

 RED value IS 116 (45.7% from 255) = 35.69%

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

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 35.69%
G = 7.08%
B = 57.23%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7417BA (or 0x7417BA) is known color: Purple Heart. HEX triplet: 74, 17 and BA. RGB value is (116,23,186). Sum of RGB (Red+Green+Blue) = 116+23+186=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #7417BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7417BA is #8BE845. Grayscale: #444444. Windows color (decimal): -9168966 or 12195700. OLE color: 12195700.

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

Color convert

RGB 116 23 186 -
CMYK 0.38 0.88 0 0.27
HSL 274.23º 0.78% 0.41% -
HSV(B) 274.23º 0.88% 0.73% -
XYZ 16.37 7.87 47.11 -
YUV 69.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 116 23 186 0.38 0.88 0 0.27 274.23 0.78 0.41
Hex 74 17 BA 26 58 0 1B 112 4E 29
Octal 164 27 272 46 130 0 33 422 116 51
Binary 1110100 10111 10111010 100110 1011000 0 11011 100010010 1001110 101001

Color Harmonies of #7417BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7417BA

Black with #7417BA

Text Example


Text Example

White with #7417BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7417BA; }

 p { color: rgb(116,23,186); }

 H1.HeaderClassName
 {
   color: #7417BA;
 }
 .AnyTagClassName
 {
   color: #7417BA;
 }
</style>

background-color css

<style>
 a { background-color: #7417BA; }

 a { background-color: rgb(116,23,186); }

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

border-color css

<style>
 span { border-color: #7417BA; }

 span { border-color: rgb(116,23,186); }

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