Html Css Color HEX #6500CE Purple Heart

📋 copy color: '#6500CE'

red 101 ◦ green 0 ◦ blue 206

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

Shades of Purple Heart #6500CE

Tints of Purple Heart #6500CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.9%
G = 0%
B = 67.1%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6500CE (or 0x6500CE) is known color: Purple Heart. HEX triplet: 65, 00 and CE. RGB value is (101,0,206). Sum of RGB (Red+Green+Blue) = 101+0+206=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #6500CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6500CE is #9AFF31. Grayscale: #343434. Windows color (decimal): -10157874 or 13500517. OLE color: 13500517.

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

Color convert

RGB 101 0 206 -
CMYK 0.51 1 0 0.19
HSL 269.42º 1% 0.4% -
HSV(B) 269.42º 1% 0.81% -
XYZ 16.51 7.22 58.92 -
YUV 53.68 213.96 161.75 -
System Red Green Blue C M Y K H S L
Decimal 101 0 206 0.51 1 0 0.19 269.42 1 0.4
Hex 65 0 CE 33 64 0 13 10D 64 28
Octal 145 0 316 63 144 0 23 415 144 50
Binary 1100101 0 11001110 110011 1100100 0 10011 100001101 1100100 101000

Color Harmonies of #6500CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6500CE

Black with #6500CE

Text Example


Text Example

White with #6500CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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