Html Css Color HEX #6311CD Purple Heart

📋 copy color: '#6311CD'

red 99 ◦ green 17 ◦ blue 205

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

Shades of Purple Heart #6311CD

Tints of Purple Heart #6311CD

RGB

 RED value IS 99 (39.06% from 255) = 30.84%

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

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

R = 30.84%
G = 5.3%
B = 63.86%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6311CD (or 0x6311CD) is known color: Purple Heart. HEX triplet: 63, 11 and CD. RGB value is (99,17,205). Sum of RGB (Red+Green+Blue) = 99+17+205=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #6311CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6311CD is #9CEE32. Grayscale: #3E3E3E. Windows color (decimal): -10284595 or 13439331. OLE color: 13439331.

HSL color Cylindrical-coordinate representation of color #6311CD: hue angle of 266.17º 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 #6311CD is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 17 205 -
CMYK 0.52 0.92 0 0.20
HSL 266.17º 0.85% 0.44% -
HSV(B) 266.17º 0.92% 0.8% -
XYZ 16.37 7.46 58.34 -
YUV 62.95 208.17 153.71 -
System Red Green Blue C M Y K H S L
Decimal 99 17 205 0.52 0.92 0 0.20 266.17 0.85 0.44
Hex 63 11 CD 34 5C 0 14 10A 55 2C
Octal 143 21 315 64 134 0 24 412 125 54
Binary 1100011 10001 11001101 110100 1011100 0 10100 100001010 1010101 101100

Color Harmonies of #6311CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6311CD

Black with #6311CD

Text Example


Text Example

White with #6311CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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