Html Css Color HEX #6211CE Purple Heart

📋 copy color: '#6211CE'

red 98 ◦ green 17 ◦ blue 206

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

Shades of Purple Heart #6211CE

Tints of Purple Heart #6211CE

RGB

 RED value IS 98 (38.67% from 255) = 30.53%

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

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

R = 30.53%
G = 5.3%
B = 64.17%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6211CE (or 0x6211CE) is known color: Purple Heart. HEX triplet: 62, 11 and CE. RGB value is (98,17,206). Sum of RGB (Red+Green+Blue) = 98+17+206=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #6211CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6211CE is #9DEE31. Grayscale: #3E3E3E. Windows color (decimal): -10350130 or 13504866. OLE color: 13504866.

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

Color convert

RGB 98 17 206 -
CMYK 0.52 0.92 0 0.19
HSL 265.71º 0.85% 0.44% -
HSV(B) 265.71º 0.92% 0.81% -
XYZ 16.38 7.45 58.97 -
YUV 62.77 208.84 153.13 -
System Red Green Blue C M Y K H S L
Decimal 98 17 206 0.52 0.92 0 0.19 265.71 0.85 0.44
Hex 62 11 CE 34 5C 0 13 10A 55 2C
Octal 142 21 316 64 134 0 23 412 125 54
Binary 1100010 10001 11001110 110100 1011100 0 10011 100001010 1010101 101100

Color Harmonies of #6211CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6211CE

Black with #6211CE

Text Example


Text Example

White with #6211CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,17,206); }

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

background-color css

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

 a { background-color: rgb(98,17,206); }

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

border-color css

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

 span { border-color: rgb(98,17,206); }

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