Html Css Color HEX #6314D9 Purple Heart

📋 copy color: '#6314D9'

red 99 ◦ green 20 ◦ blue 217

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

Shades of Purple Heart #6314D9

Tints of Purple Heart #6314D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 64.58%

R = 29.46%
G = 5.95%
B = 64.58%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6314D9 (or 0x6314D9) is known color: Purple Heart. HEX triplet: 63, 14 and D9. RGB value is (99,20,217). Sum of RGB (Red+Green+Blue) = 99+20+217=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 217 (85.16% from 255 or 64.58% from 336); Max value from RGB is 217 - color contains mainly: blue. Hex color #6314D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6314D9 is #9CEB26. Grayscale: #414141. Windows color (decimal): -10283815 or 14226531. OLE color: 14226531.

HSL color Cylindrical-coordinate representation of color #6314D9: hue angle of 264.06º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6314D9 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 20 217 -
CMYK 0.54 0.91 0 0.15
HSL 264.06º 0.83% 0.46% -
HSV(B) 264.06º 0.91% 0.85% -
XYZ 17.92 8.16 66.28 -
YUV 66.08 213.17 151.48 -
System Red Green Blue C M Y K H S L
Decimal 99 20 217 0.54 0.91 0 0.15 264.06 0.83 0.46
Hex 63 14 D9 36 5B 0 F 108 53 2E
Octal 143 24 331 66 133 0 17 410 123 56
Binary 1100011 10100 11011001 110110 1011011 0 1111 100001000 1010011 101110

Color Harmonies of #6314D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6314D9

Black with #6314D9

Text Example


Text Example

White with #6314D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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