Html Css Color HEX #6314CB Purple Heart

📋 copy color: '#6314CB'

red 99 ◦ green 20 ◦ blue 203

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

Shades of Purple Heart #6314CB

Tints of Purple Heart #6314CB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

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

R = 30.75%
G = 6.21%
B = 63.04%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6314CB (or 0x6314CB) is known color: Purple Heart. HEX triplet: 63, 14 and CB. RGB value is (99,20,203). Sum of RGB (Red+Green+Blue) = 99+20+203=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #6314CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6314CB is #9CEB34. Grayscale: #3F3F3F. Windows color (decimal): -10283829 or 13309027. OLE color: 13309027.

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

Color convert

RGB 99 20 203 -
CMYK 0.51 0.90 0 0.20
HSL 265.9º 0.82% 0.44% -
HSV(B) 265.9º 0.9% 0.8% -
XYZ 16.18 7.46 57.09 -
YUV 64.48 206.17 152.62 -
System Red Green Blue C M Y K H S L
Decimal 99 20 203 0.51 0.90 0 0.20 265.9 0.82 0.44
Hex 63 14 CB 33 5A 0 14 10A 52 2C
Octal 143 24 313 63 132 0 24 412 122 54
Binary 1100011 10100 11001011 110011 1011010 0 10100 100001010 1010010 101100

Color Harmonies of #6314CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6314CB

Black with #6314CB

Text Example


Text Example

White with #6314CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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