Html Css Color HEX #6316CE Purple Heart

📋 copy color: '#6316CE'

red 99 ◦ green 22 ◦ blue 206

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

Shades of Purple Heart #6316CE

Tints of Purple Heart #6316CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.73%

 BLUE value IS 206 (80.86% from 255) = 63%

R = 30.28%
G = 6.73%
B = 63%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6316CE (or 0x6316CE) is known color: Purple Heart. HEX triplet: 63, 16 and CE. RGB value is (99,22,206). Sum of RGB (Red+Green+Blue) = 99+22+206=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #6316CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6316CE is #9CE931. Grayscale: #414141. Windows color (decimal): -10283314 or 13506147. OLE color: 13506147.

HSL color Cylindrical-coordinate representation of color #6316CE: hue angle of 265.11º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6316CE is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 22 206 -
CMYK 0.52 0.89 0 0.19
HSL 265.11º 0.81% 0.45% -
HSV(B) 265.11º 0.89% 0.81% -
XYZ 16.57 7.68 59 -
YUV 66 207.01 151.54 -
System Red Green Blue C M Y K H S L
Decimal 99 22 206 0.52 0.89 0 0.19 265.11 0.81 0.45
Hex 63 16 CE 34 59 0 13 109 51 2D
Octal 143 26 316 64 131 0 23 411 121 55
Binary 1100011 10110 11001110 110100 1011001 0 10011 100001001 1010001 101101

Color Harmonies of #6316CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6316CE

Black with #6316CE

Text Example


Text Example

White with #6316CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6316CE; }

 p { color: rgb(99,22,206); }

 H1.HeaderClassName
 {
   color: #6316CE;
 }
 .AnyTagClassName
 {
   color: #6316CE;
 }
</style>

background-color css

<style>
 a { background-color: #6316CE; }

 a { background-color: rgb(99,22,206); }

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

border-color css

<style>
 span { border-color: #6316CE; }

 span { border-color: rgb(99,22,206); }

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