Html Css Color HEX #7312CB Purple Heart

📋 copy color: '#7312CB'

red 115 ◦ green 18 ◦ blue 203

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

Shades of Purple Heart #7312CB

Tints of Purple Heart #7312CB

RGB

 RED value IS 115 (45.31% from 255) = 34.23%

 GREEN value IS 18 (7.42% from 255) = 5.36%

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

R = 34.23%
G = 5.36%
B = 60.42%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7312CB (or 0x7312CB) is known color: Purple Heart. HEX triplet: 73, 12 and CB. RGB value is (115,18,203). Sum of RGB (Red+Green+Blue) = 115+18+203=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #7312CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7312CB is #8CED34. Grayscale: #434343. Windows color (decimal): -9235765 or 13308531. OLE color: 13308531.

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

Color convert

RGB 115 18 203 -
CMYK 0.43 0.91 0 0.20
HSL 271.46º 0.84% 0.43% -
HSV(B) 271.46º 0.91% 0.8% -
XYZ 18.07 8.39 57.17 -
YUV 68.09 204.14 161.46 -
System Red Green Blue C M Y K H S L
Decimal 115 18 203 0.43 0.91 0 0.20 271.46 0.84 0.43
Hex 73 12 CB 2B 5B 0 14 10F 54 2B
Octal 163 22 313 53 133 0 24 417 124 53
Binary 1110011 10010 11001011 101011 1011011 0 10100 100001111 1010100 101011

Color Harmonies of #7312CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7312CB

Black with #7312CB

Text Example


Text Example

White with #7312CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,18,203); }

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

background-color css

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

 a { background-color: rgb(115,18,203); }

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

border-color css

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

 span { border-color: rgb(115,18,203); }

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