Html Css Color HEX #7515CB Purple Heart

📋 copy color: '#7515CB'

red 117 ◦ green 21 ◦ blue 203

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

Shades of Purple Heart #7515CB

Tints of Purple Heart #7515CB

RGB

 RED value IS 117 (46.09% from 255) = 34.31%

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

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

R = 34.31%
G = 6.16%
B = 59.53%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7515CB (or 0x7515CB) is known color: Purple Heart. HEX triplet: 75, 15 and CB. RGB value is (117,21,203). Sum of RGB (Red+Green+Blue) = 117+21+203=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #7515CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7515CB is #8AEA34. Grayscale: #454545. Windows color (decimal): -9103925 or 13309301. OLE color: 13309301.

HSL color Cylindrical-coordinate representation of color #7515CB: hue angle of 271.65º 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 #7515CB is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 21 203 -
CMYK 0.42 0.90 0 0.20
HSL 271.65º 0.81% 0.44% -
HSV(B) 271.65º 0.9% 0.8% -
XYZ 18.38 8.63 57.2 -
YUV 70.45 202.8 161.2 -
System Red Green Blue C M Y K H S L
Decimal 117 21 203 0.42 0.90 0 0.20 271.65 0.81 0.44
Hex 75 15 CB 2A 5A 0 14 110 51 2C
Octal 165 25 313 52 132 0 24 420 121 54
Binary 1110101 10101 11001011 101010 1011010 0 10100 100010000 1010001 101100

Color Harmonies of #7515CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515CB

Black with #7515CB

Text Example


Text Example

White with #7515CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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