Html Css Color HEX #6211CF Purple Heart

📋 copy color: '#6211CF'

red 98 ◦ green 17 ◦ blue 207

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

Shades of Purple Heart #6211CF

Tints of Purple Heart #6211CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.29%

R = 30.43%
G = 5.28%
B = 64.29%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6211CF (or 0x6211CF) is known color: Purple Heart. HEX triplet: 62, 11 and CF. RGB value is (98,17,207). Sum of RGB (Red+Green+Blue) = 98+17+207=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #6211CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6211CF is #9DEE30. Grayscale: #3E3E3E. Windows color (decimal): -10350129 or 13570402. OLE color: 13570402.

HSL color Cylindrical-coordinate representation of color #6211CF: hue angle of 265.58º 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 #6211CF is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 17 207 -
CMYK 0.53 0.92 0 0.19
HSL 265.58º 0.85% 0.44% -
HSV(B) 265.58º 0.92% 0.81% -
XYZ 16.5 7.5 59.61 -
YUV 62.88 209.34 153.05 -
System Red Green Blue C M Y K H S L
Decimal 98 17 207 0.53 0.92 0 0.19 265.58 0.85 0.44
Hex 62 11 CF 35 5C 0 13 10A 55 2C
Octal 142 21 317 65 134 0 23 412 125 54
Binary 1100010 10001 11001111 110101 1011100 0 10011 100001010 1010101 101100

Color Harmonies of #6211CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6211CF

Black with #6211CF

Text Example


Text Example

White with #6211CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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