Html Css Color HEX #6312CB Purple Heart

📋 copy color: '#6312CB'

red 99 ◦ green 18 ◦ blue 203

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

Shades of Purple Heart #6312CB

Tints of Purple Heart #6312CB

RGB

 RED value IS 99 (39.06% from 255) = 30.94%

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

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

R = 30.94%
G = 5.63%
B = 63.44%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6312CB (or 0x6312CB) is known color: Purple Heart. HEX triplet: 63, 12 and CB. RGB value is (99,18,203). Sum of RGB (Red+Green+Blue) = 99+18+203=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #6312CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6312CB is #9CED34. Grayscale: #3E3E3E. Windows color (decimal): -10284341 or 13308515. OLE color: 13308515.

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

Color convert

RGB 99 18 203 -
CMYK 0.51 0.91 0 0.20
HSL 266.27º 0.84% 0.43% -
HSV(B) 266.27º 0.91% 0.8% -
XYZ 16.14 7.4 57.08 -
YUV 63.31 206.84 153.46 -
System Red Green Blue C M Y K H S L
Decimal 99 18 203 0.51 0.91 0 0.20 266.27 0.84 0.43
Hex 63 12 CB 33 5B 0 14 10A 54 2B
Octal 143 22 313 63 133 0 24 412 124 53
Binary 1100011 10010 11001011 110011 1011011 0 10100 100001010 1010100 101011

Color Harmonies of #6312CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6312CB

Black with #6312CB

Text Example


Text Example

White with #6312CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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