Html Css Color HEX #6514DA Purple Heart

📋 copy color: '#6514DA'

red 101 ◦ green 20 ◦ blue 218

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

Shades of Purple Heart #6514DA

Tints of Purple Heart #6514DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.31%

R = 29.79%
G = 5.9%
B = 64.31%

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

#6514DA (or 0x6514DA) is known color: Purple Heart. HEX triplet: 65, 14 and DA. RGB value is (101,20,218). Sum of RGB (Red+Green+Blue) = 101+20+218=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #6514DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6514DA is #9AEB25. Grayscale: #424242. Windows color (decimal): -10152742 or 14292069. OLE color: 14292069.

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

Color convert

RGB 101 20 218 -
CMYK 0.54 0.91 0 0.15
HSL 264.55º 0.83% 0.47% -
HSV(B) 264.55º 0.91% 0.85% -
XYZ 18.27 8.33 66.97 -
YUV 66.79 213.34 152.4 -
System Red Green Blue C M Y K H S L
Decimal 101 20 218 0.54 0.91 0 0.15 264.55 0.83 0.47
Hex 65 14 DA 36 5B 0 F 109 53 2F
Octal 145 24 332 66 133 0 17 411 123 57
Binary 1100101 10100 11011010 110110 1011011 0 1111 100001001 1010011 101111

Color Harmonies of #6514DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6514DA

Black with #6514DA

Text Example


Text Example

White with #6514DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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