Html Css Color HEX #6206CB Purple Heart

📋 copy color: '#6206CB'

red 98 ◦ green 6 ◦ blue 203

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

Shades of Purple Heart #6206CB

Tints of Purple Heart #6206CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.12%

R = 31.92%
G = 1.95%
B = 66.12%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6206CB (or 0x6206CB) is known color: Purple Heart. HEX triplet: 62, 06 and CB. RGB value is (98,6,203). Sum of RGB (Red+Green+Blue) = 98+6+203=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #6206CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6206CB is #9DF934. Grayscale: #373737. Windows color (decimal): -10352949 or 13305442. OLE color: 13305442.

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

Color convert

RGB 98 6 203 -
CMYK 0.52 0.97 0 0.20
HSL 268.02º 0.94% 0.41% -
HSV(B) 268.02º 0.97% 0.8% -
XYZ 15.88 7.04 57.02 -
YUV 55.97 210.98 157.98 -
System Red Green Blue C M Y K H S L
Decimal 98 6 203 0.52 0.97 0 0.20 268.02 0.94 0.41
Hex 62 6 CB 34 61 0 14 10C 5E 29
Octal 142 6 313 64 141 0 24 414 136 51
Binary 1100010 110 11001011 110100 1100001 0 10100 100001100 1011110 101001

Color Harmonies of #6206CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6206CB

Black with #6206CB

Text Example


Text Example

White with #6206CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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