Html Css Color HEX #6514CD Purple Heart

📋 copy color: '#6514CD'

red 101 ◦ green 20 ◦ blue 205

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

Shades of Purple Heart #6514CD

Tints of Purple Heart #6514CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.88%

R = 30.98%
G = 6.13%
B = 62.88%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6514CD (or 0x6514CD) is known color: Purple Heart. HEX triplet: 65, 14 and CD. RGB value is (101,20,205). Sum of RGB (Red+Green+Blue) = 101+20+205=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #6514CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6514CD is #9AEB32. Grayscale: #404040. Windows color (decimal): -10152755 or 13440101. OLE color: 13440101.

HSL color Cylindrical-coordinate representation of color #6514CD: hue angle of 266.27º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6514CD is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 20 205 -
CMYK 0.51 0.90 0 0.20
HSL 266.27º 0.82% 0.44% -
HSV(B) 266.27º 0.9% 0.8% -
XYZ 16.64 7.67 58.36 -
YUV 65.31 206.84 153.46 -
System Red Green Blue C M Y K H S L
Decimal 101 20 205 0.51 0.90 0 0.20 266.27 0.82 0.44
Hex 65 14 CD 33 5A 0 14 10A 52 2C
Octal 145 24 315 63 132 0 24 412 122 54
Binary 1100101 10100 11001101 110011 1011010 0 10100 100001010 1010010 101100

Color Harmonies of #6514CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6514CD

Black with #6514CD

Text Example


Text Example

White with #6514CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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