Html Css Color HEX #6206BE Purple Heart

📋 copy color: '#6206BE'

red 98 ◦ green 6 ◦ blue 190

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

Shades of Purple Heart #6206BE

Tints of Purple Heart #6206BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.63%

R = 33.33%
G = 2.04%
B = 64.63%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6206BE (or 0x6206BE) is known color: Purple Heart. HEX triplet: 62, 06 and BE. RGB value is (98,6,190). Sum of RGB (Red+Green+Blue) = 98+6+190=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #6206BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6206BE is #9DF941. Grayscale: #353535. Windows color (decimal): -10352962 or 12453474. OLE color: 12453474.

HSL color Cylindrical-coordinate representation of color #6206BE: hue angle of 270º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6206BE is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 6 190 -
CMYK 0.48 0.97 0 0.25
HSL 270º 0.94% 0.38% -
HSV(B) 270º 0.97% 0.75% -
XYZ 14.4 6.44 49.2 -
YUV 54.48 204.48 159.04 -
System Red Green Blue C M Y K H S L
Decimal 98 6 190 0.48 0.97 0 0.25 270 0.94 0.38
Hex 62 6 BE 30 61 0 19 10E 5E 26
Octal 142 6 276 60 141 0 31 416 136 46
Binary 1100010 110 10111110 110000 1100001 0 11001 100001110 1011110 100110

Color Harmonies of #6206BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6206BE

Black with #6206BE

Text Example


Text Example

White with #6206BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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