Html Css Color HEX #6242C0 Purple Heart

📋 copy color: '#6242C0'

red 98 ◦ green 66 ◦ blue 192

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

Shades of Purple Heart #6242C0

Tints of Purple Heart #6242C0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.54%

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

R = 27.53%
G = 18.54%
B = 53.93%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6242C0 (or 0x6242C0) is known color: Purple Heart. HEX triplet: 62, 42 and C0. RGB value is (98,66,192). Sum of RGB (Red+Green+Blue) = 98+66+192=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #6242C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242C0 is #9DBD3F. Grayscale: #595959. Windows color (decimal): -10337600 or 12599906. OLE color: 12599906.

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

Color convert

RGB 98 66 192 -
CMYK 0.49 0.66 0 0.25
HSL 255.24º 0.5% 0.51% -
HSV(B) 255.24º 0.66% 0.75% -
XYZ 16.5 10.3 50.99 -
YUV 89.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 98 66 192 0.49 0.66 0 0.25 255.24 0.5 0.51
Hex 62 42 C0 31 42 0 19 FF 32 33
Octal 142 102 300 61 102 0 31 377 62 63
Binary 1100010 1000010 11000000 110001 1000010 0 11001 11111111 110010 110011

Color Harmonies of #6242C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6242C0

Black with #6242C0

Text Example


Text Example

White with #6242C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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