Html Css Color HEX #6509CD Purple Heart

📋 copy color: '#6509CD'

red 101 ◦ green 9 ◦ blue 205

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

Shades of Purple Heart #6509CD

Tints of Purple Heart #6509CD

RGB

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

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

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

R = 32.06%
G = 2.86%
B = 65.08%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6509CD (or 0x6509CD) is known color: Purple Heart. HEX triplet: 65, 09 and CD. RGB value is (101,9,205). Sum of RGB (Red+Green+Blue) = 101+9+205=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #6509CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6509CD is #9AF632. Grayscale: #3A3A3A. Windows color (decimal): -10155571 or 13437285. OLE color: 13437285.

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

Color convert

RGB 101 9 205 -
CMYK 0.51 0.96 0 0.20
HSL 268.16º 0.92% 0.42% -
HSV(B) 268.16º 0.96% 0.8% -
XYZ 16.48 7.37 58.31 -
YUV 58.85 210.48 158.06 -
System Red Green Blue C M Y K H S L
Decimal 101 9 205 0.51 0.96 0 0.20 268.16 0.92 0.42
Hex 65 9 CD 33 60 0 14 10C 5C 2A
Octal 145 11 315 63 140 0 24 414 134 52
Binary 1100101 1001 11001101 110011 1100000 0 10100 100001100 1011100 101010

Color Harmonies of #6509CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6509CD

Black with #6509CD

Text Example


Text Example

White with #6509CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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