Html Css Color HEX #6202C0 Purple Heart

📋 copy color: '#6202C0'

red 98 ◦ green 2 ◦ blue 192

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

Shades of Purple Heart #6202C0

Tints of Purple Heart #6202C0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 192 (75.39% from 255) = 65.75%

R = 33.56%
G = 0.68%
B = 65.75%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6202C0 (or 0x6202C0) is known color: Purple Heart. HEX triplet: 62, 02 and C0. RGB value is (98,2,192). Sum of RGB (Red+Green+Blue) = 98+2+192=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 192 (75.39% from 255 or 65.75% from 292); Max value from RGB is 192 - color contains mainly: blue. Hex color #6202C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6202C0 is #9DFD3F. Grayscale: #333333. Windows color (decimal): -10353984 or 12583522. OLE color: 12583522.

HSL color Cylindrical-coordinate representation of color #6202C0: hue angle of 270.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202C0 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 2 192 -
CMYK 0.49 0.99 0 0.25
HSL 270.32º 0.98% 0.38% -
HSV(B) 270.32º 0.99% 0.75% -
XYZ 14.57 6.45 50.35 -
YUV 52.36 206.8 160.55 -
System Red Green Blue C M Y K H S L
Decimal 98 2 192 0.49 0.99 0 0.25 270.32 0.98 0.38
Hex 62 2 C0 31 63 0 19 10E 62 26
Octal 142 2 300 61 143 0 31 416 142 46
Binary 1100010 10 11000000 110001 1100011 0 11001 100001110 1100010 100110

Color Harmonies of #6202C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6202C0

Black with #6202C0

Text Example


Text Example

White with #6202C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6202C0; }

 p { color: rgb(98,2,192); }

 H1.HeaderClassName
 {
   color: #6202C0;
 }
 .AnyTagClassName
 {
   color: #6202C0;
 }
</style>

background-color css

<style>
 a { background-color: #6202C0; }

 a { background-color: rgb(98,2,192); }

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

border-color css

<style>
 span { border-color: #6202C0; }

 span { border-color: rgb(98,2,192); }

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