Html Css Color HEX #6316DC Purple Heart

📋 copy color: '#6316DC'

red 99 ◦ green 22 ◦ blue 220

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

Shades of Purple Heart #6316DC

Tints of Purple Heart #6316DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.52%

R = 29.03%
G = 6.45%
B = 64.52%

CMYK

 C value IS 0.55

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6316DC (or 0x6316DC) is known color: Purple Heart. HEX triplet: 63, 16 and DC. RGB value is (99,22,220). Sum of RGB (Red+Green+Blue) = 99+22+220=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #6316DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6316DC is #9CE923. Grayscale: #424242. Windows color (decimal): -10283300 or 14423651. OLE color: 14423651.

HSL color Cylindrical-coordinate representation of color #6316DC: hue angle of 263.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6316DC is Cyan = 0.55, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 22 220 -
CMYK 0.55 0.9 0 0.14
HSL 263.33º 0.82% 0.47% -
HSV(B) 263.33º 0.9% 0.86% -
XYZ 18.35 8.39 68.36 -
YUV 67.6 214.01 150.4 -
System Red Green Blue C M Y K H S L
Decimal 99 22 220 0.55 0.9 0 0.14 263.33 0.82 0.47
Hex 63 16 DC 37 5A 0 E 107 52 2F
Octal 143 26 334 67 132 0 16 407 122 57
Binary 1100011 10110 11011100 110111 1011010 0 1110 100000111 1010010 101111

Color Harmonies of #6316DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6316DC

Black with #6316DC

Text Example


Text Example

White with #6316DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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