Html Css Color HEX #6501CE Purple Heart

📋 copy color: '#6501CE'

red 101 ◦ green 1 ◦ blue 206

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

Shades of Purple Heart #6501CE

Tints of Purple Heart #6501CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 206 (80.86% from 255) = 66.88%

R = 32.79%
G = 0.32%
B = 66.88%

CMYK

 C value IS 0.51

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6501CE (or 0x6501CE) is known color: Purple Heart. HEX triplet: 65, 01 and CE. RGB value is (101,1,206). Sum of RGB (Red+Green+Blue) = 101+1+206=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #6501CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6501CE is #9AFE31. Grayscale: #353535. Windows color (decimal): -10157618 or 13500773. OLE color: 13500773.

HSL color Cylindrical-coordinate representation of color #6501CE: hue angle of 269.27º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6501CE is Cyan = 0.51, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 1 206 -
CMYK 0.51 1.00 0 0.19
HSL 269.27º 0.99% 0.41% -
HSV(B) 269.27º 1% 0.81% -
XYZ 16.52 7.24 58.92 -
YUV 54.27 213.63 161.33 -
System Red Green Blue C M Y K H S L
Decimal 101 1 206 0.51 1.00 0 0.19 269.27 0.99 0.41
Hex 65 1 CE 33 64 0 13 10D 63 29
Octal 145 1 316 63 144 0 23 415 143 51
Binary 1100101 1 11001110 110011 1100100 0 10011 100001101 1100011 101001

Color Harmonies of #6501CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6501CE

Black with #6501CE

Text Example


Text Example

White with #6501CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6501CE; }

 p { color: rgb(101,1,206); }

 H1.HeaderClassName
 {
   color: #6501CE;
 }
 .AnyTagClassName
 {
   color: #6501CE;
 }
</style>

background-color css

<style>
 a { background-color: #6501CE; }

 a { background-color: rgb(101,1,206); }

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

border-color css

<style>
 span { border-color: #6501CE; }

 span { border-color: rgb(101,1,206); }

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