Html Css Color HEX #6312CA Purple Heart

📋 copy color: '#6312CA'

red 99 ◦ green 18 ◦ blue 202

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

Shades of Purple Heart #6312CA

Tints of Purple Heart #6312CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.32%

R = 31.03%
G = 5.64%
B = 63.32%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6312CA (or 0x6312CA) is known color: Purple Heart. HEX triplet: 63, 12 and CA. RGB value is (99,18,202). Sum of RGB (Red+Green+Blue) = 99+18+202=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #6312CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6312CA is #9CED35. Grayscale: #3E3E3E. Windows color (decimal): -10284342 or 13242979. OLE color: 13242979.

HSL color Cylindrical-coordinate representation of color #6312CA: hue angle of 266.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6312CA is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 18 202 -
CMYK 0.51 0.91 0 0.21
HSL 266.41º 0.84% 0.43% -
HSV(B) 266.41º 0.91% 0.79% -
XYZ 16.02 7.35 56.45 -
YUV 63.2 206.34 153.54 -
System Red Green Blue C M Y K H S L
Decimal 99 18 202 0.51 0.91 0 0.21 266.41 0.84 0.43
Hex 63 12 CA 33 5B 0 15 10A 54 2B
Octal 143 22 312 63 133 0 25 412 124 53
Binary 1100011 10010 11001010 110011 1011011 0 10101 100001010 1010100 101011

Color Harmonies of #6312CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6312CA

Black with #6312CA

Text Example


Text Example

White with #6312CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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