Html Css Color HEX #6200CE Purple Heart

📋 copy color: '#6200CE'

red 98 ◦ green 0 ◦ blue 206

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

Shades of Purple Heart #6200CE

Tints of Purple Heart #6200CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.24%
G = 0%
B = 67.76%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6200CE (or 0x6200CE) is known color: Purple Heart. HEX triplet: 62, 00 and CE. RGB value is (98,0,206). Sum of RGB (Red+Green+Blue) = 98+0+206=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #6200CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6200CE is #9DFF31. Grayscale: #343434. Windows color (decimal): -10354482 or 13500514. OLE color: 13500514.

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

Color convert

RGB 98 0 206 -
CMYK 0.52 1 0 0.19
HSL 268.54º 1% 0.4% -
HSV(B) 268.54º 1% 0.81% -
XYZ 16.18 7.05 58.9 -
YUV 52.79 214.47 160.25 -
System Red Green Blue C M Y K H S L
Decimal 98 0 206 0.52 1 0 0.19 268.54 1 0.4
Hex 62 0 CE 34 64 0 13 10D 64 28
Octal 142 0 316 64 144 0 23 415 144 50
Binary 1100010 0 11001110 110100 1100100 0 10011 100001101 1100100 101000

Color Harmonies of #6200CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6200CE

Black with #6200CE

Text Example


Text Example

White with #6200CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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