Html Css Color HEX #6509CE Purple Heart

📋 copy color: '#6509CE'

red 101 ◦ green 9 ◦ blue 206

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

Shades of Purple Heart #6509CE

Tints of Purple Heart #6509CE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

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

R = 31.96%
G = 2.85%
B = 65.19%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6509CE (or 0x6509CE) is known color: Purple Heart. HEX triplet: 65, 09 and CE. RGB value is (101,9,206). Sum of RGB (Red+Green+Blue) = 101+9+206=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #6509CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6509CE is #9AF631. Grayscale: #3A3A3A. Windows color (decimal): -10155570 or 13502821. OLE color: 13502821.

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

Color convert

RGB 101 9 206 -
CMYK 0.51 0.96 0 0.19
HSL 268.02º 0.92% 0.42% -
HSV(B) 268.02º 0.96% 0.81% -
XYZ 16.61 7.42 58.95 -
YUV 58.97 210.98 157.98 -
System Red Green Blue C M Y K H S L
Decimal 101 9 206 0.51 0.96 0 0.19 268.02 0.92 0.42
Hex 65 9 CE 33 60 0 13 10C 5C 2A
Octal 145 11 316 63 140 0 23 414 134 52
Binary 1100101 1001 11001110 110011 1100000 0 10011 100001100 1011100 101010

Color Harmonies of #6509CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6509CE

Black with #6509CE

Text Example


Text Example

White with #6509CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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