Html Css Color HEX #7415CB Purple Heart

📋 copy color: '#7415CB'

red 116 ◦ green 21 ◦ blue 203

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

Shades of Purple Heart #7415CB

Tints of Purple Heart #7415CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.18%

 BLUE value IS 203 (79.69% from 255) = 59.71%

R = 34.12%
G = 6.18%
B = 59.71%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7415CB (or 0x7415CB) is known color: Purple Heart. HEX triplet: 74, 15 and CB. RGB value is (116,21,203). Sum of RGB (Red+Green+Blue) = 116+21+203=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #7415CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7415CB is #8BEA34. Grayscale: #454545. Windows color (decimal): -9169461 or 13309300. OLE color: 13309300.

HSL color Cylindrical-coordinate representation of color #7415CB: hue angle of 271.32º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7415CB is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 21 203 -
CMYK 0.43 0.90 0 0.20
HSL 271.32º 0.81% 0.44% -
HSV(B) 271.32º 0.9% 0.8% -
XYZ 18.25 8.56 57.19 -
YUV 70.15 202.97 160.7 -
System Red Green Blue C M Y K H S L
Decimal 116 21 203 0.43 0.90 0 0.20 271.32 0.81 0.44
Hex 74 15 CB 2B 5A 0 14 10F 51 2C
Octal 164 25 313 53 132 0 24 417 121 54
Binary 1110100 10101 11001011 101011 1011010 0 10100 100001111 1010001 101100

Color Harmonies of #7415CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7415CB

Black with #7415CB

Text Example


Text Example

White with #7415CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7415CB; }

 p { color: rgb(116,21,203); }

 H1.HeaderClassName
 {
   color: #7415CB;
 }
 .AnyTagClassName
 {
   color: #7415CB;
 }
</style>

background-color css

<style>
 a { background-color: #7415CB; }

 a { background-color: rgb(116,21,203); }

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

border-color css

<style>
 span { border-color: #7415CB; }

 span { border-color: rgb(116,21,203); }

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