Html Css Color HEX #6514DC Purple Heart

📋 copy color: '#6514DC'

red 101 ◦ green 20 ◦ blue 220

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

Shades of Purple Heart #6514DC

Tints of Purple Heart #6514DC

RGB

 RED value IS 101 (39.84% from 255) = 29.62%

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

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

R = 29.62%
G = 5.87%
B = 64.52%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6514DC (or 0x6514DC) is known color: Purple Heart. HEX triplet: 65, 14 and DC. RGB value is (101,20,220). Sum of RGB (Red+Green+Blue) = 101+20+220=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 20 (8.20% from 255 or 5.87% 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 #6514DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6514DC is #9AEB23. Grayscale: #424242. Windows color (decimal): -10152740 or 14423141. OLE color: 14423141.

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

Color convert

RGB 101 20 220 -
CMYK 0.54 0.91 0 0.14
HSL 264.3º 0.83% 0.47% -
HSV(B) 264.3º 0.91% 0.86% -
XYZ 18.54 8.43 68.36 -
YUV 67.02 214.34 152.24 -
System Red Green Blue C M Y K H S L
Decimal 101 20 220 0.54 0.91 0 0.14 264.3 0.83 0.47
Hex 65 14 DC 36 5B 0 E 108 53 2F
Octal 145 24 334 66 133 0 16 410 123 57
Binary 1100101 10100 11011100 110110 1011011 0 1110 100001000 1010011 101111

Color Harmonies of #6514DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6514DC

Black with #6514DC

Text Example


Text Example

White with #6514DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,20,220); }

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

background-color css

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

 a { background-color: rgb(101,20,220); }

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

border-color css

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

 span { border-color: rgb(101,20,220); }

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