Html Css Color HEX #7215CB Purple Heart

📋 copy color: '#7215CB'

red 114 ◦ green 21 ◦ blue 203

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

Shades of Purple Heart #7215CB

Tints of Purple Heart #7215CB

RGB

 RED value IS 114 (44.92% from 255) = 33.73%

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

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

R = 33.73%
G = 6.21%
B = 60.06%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7215CB (or 0x7215CB) is known color: Purple Heart. HEX triplet: 72, 15 and CB. RGB value is (114,21,203). Sum of RGB (Red+Green+Blue) = 114+21+203=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #7215CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7215CB is #8DEA34. Grayscale: #444444. Windows color (decimal): -9300533 or 13309298. OLE color: 13309298.

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

Color convert

RGB 114 21 203 -
CMYK 0.44 0.90 0 0.20
HSL 270.66º 0.81% 0.44% -
HSV(B) 270.66º 0.9% 0.8% -
XYZ 17.99 8.43 57.18 -
YUV 69.56 203.31 159.7 -
System Red Green Blue C M Y K H S L
Decimal 114 21 203 0.44 0.90 0 0.20 270.66 0.81 0.44
Hex 72 15 CB 2C 5A 0 14 10F 51 2C
Octal 162 25 313 54 132 0 24 417 121 54
Binary 1110010 10101 11001011 101100 1011010 0 10100 100001111 1010001 101100

Color Harmonies of #7215CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7215CB

Black with #7215CB

Text Example


Text Example

White with #7215CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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