Html Css Color HEX #6206CE Purple Heart

📋 copy color: '#6206CE'

red 98 ◦ green 6 ◦ blue 206

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

Shades of Purple Heart #6206CE

Tints of Purple Heart #6206CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 31.61%
G = 1.94%
B = 66.45%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6206CE (or 0x6206CE) is known color: Purple Heart. HEX triplet: 62, 06 and CE. RGB value is (98,6,206). Sum of RGB (Red+Green+Blue) = 98+6+206=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #6206CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6206CE is #9DF931. Grayscale: #373737. Windows color (decimal): -10352946 or 13502050. OLE color: 13502050.

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

Color convert

RGB 98 6 206 -
CMYK 0.52 0.97 0 0.19
HSL 267.6º 0.94% 0.42% -
HSV(B) 267.6º 0.97% 0.81% -
XYZ 16.24 7.18 58.92 -
YUV 56.31 212.48 157.74 -
System Red Green Blue C M Y K H S L
Decimal 98 6 206 0.52 0.97 0 0.19 267.6 0.94 0.42
Hex 62 6 CE 34 61 0 13 10C 5E 2A
Octal 142 6 316 64 141 0 23 414 136 52
Binary 1100010 110 11001110 110100 1100001 0 10011 100001100 1011110 101010

Color Harmonies of #6206CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6206CE

Black with #6206CE

Text Example


Text Example

White with #6206CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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