Html Css Color HEX #6514CB Purple Heart

📋 copy color: '#6514CB'

red 101 ◦ green 20 ◦ blue 203

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

Shades of Purple Heart #6514CB

Tints of Purple Heart #6514CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.65%

R = 31.17%
G = 6.17%
B = 62.65%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6514CB (or 0x6514CB) is known color: Purple Heart. HEX triplet: 65, 14 and CB. RGB value is (101,20,203). Sum of RGB (Red+Green+Blue) = 101+20+203=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #6514CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6514CB is #9AEB34. Grayscale: #404040. Windows color (decimal): -10152757 or 13309029. OLE color: 13309029.

HSL color Cylindrical-coordinate representation of color #6514CB: hue angle of 266.56º 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 #6514CB is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 20 203 -
CMYK 0.50 0.90 0 0.20
HSL 266.56º 0.82% 0.44% -
HSV(B) 266.56º 0.9% 0.8% -
XYZ 16.4 7.58 57.1 -
YUV 65.08 205.84 153.62 -
System Red Green Blue C M Y K H S L
Decimal 101 20 203 0.50 0.90 0 0.20 266.56 0.82 0.44
Hex 65 14 CB 32 5A 0 14 10B 52 2C
Octal 145 24 313 62 132 0 24 413 122 54
Binary 1100101 10100 11001011 110010 1011010 0 10100 100001011 1010010 101100

Color Harmonies of #6514CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6514CB

Black with #6514CB

Text Example


Text Example

White with #6514CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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