Html Css Color HEX #6511CD Purple Heart

📋 copy color: '#6511CD'

red 101 ◦ green 17 ◦ blue 205

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

Shades of Purple Heart #6511CD

Tints of Purple Heart #6511CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.26%

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

R = 31.27%
G = 5.26%
B = 63.47%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6511CD (or 0x6511CD) is known color: Purple Heart. HEX triplet: 65, 11 and CD. RGB value is (101,17,205). Sum of RGB (Red+Green+Blue) = 101+17+205=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #6511CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6511CD is #9AEE32. Grayscale: #3E3E3E. Windows color (decimal): -10153523 or 13439333. OLE color: 13439333.

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

Color convert

RGB 101 17 205 -
CMYK 0.51 0.92 0 0.20
HSL 266.81º 0.85% 0.44% -
HSV(B) 266.81º 0.92% 0.8% -
XYZ 16.59 7.58 58.35 -
YUV 63.55 207.83 154.71 -
System Red Green Blue C M Y K H S L
Decimal 101 17 205 0.51 0.92 0 0.20 266.81 0.85 0.44
Hex 65 11 CD 33 5C 0 14 10B 55 2C
Octal 145 21 315 63 134 0 24 413 125 54
Binary 1100101 10001 11001101 110011 1011100 0 10100 100001011 1010101 101100

Color Harmonies of #6511CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6511CD

Black with #6511CD

Text Example


Text Example

White with #6511CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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