Html Css Color HEX #6242C4 Purple Heart

📋 copy color: '#6242C4'

red 98 ◦ green 66 ◦ blue 196

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

Shades of Purple Heart #6242C4

Tints of Purple Heart #6242C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 54.44%

R = 27.22%
G = 18.33%
B = 54.44%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6242C4 (or 0x6242C4) is known color: Purple Heart. HEX triplet: 62, 42 and C4. RGB value is (98,66,196). Sum of RGB (Red+Green+Blue) = 98+66+196=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #6242C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242C4 is #9DBD3B. Grayscale: #595959. Windows color (decimal): -10337596 or 12862050. OLE color: 12862050.

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

Color convert

RGB 98 66 196 -
CMYK 0.5 0.66 0 0.23
HSL 254.77º 0.52% 0.51% -
HSV(B) 254.77º 0.66% 0.77% -
XYZ 16.95 10.48 53.35 -
YUV 90.39 187.6 133.43 -
System Red Green Blue C M Y K H S L
Decimal 98 66 196 0.5 0.66 0 0.23 254.77 0.52 0.51
Hex 62 42 C4 32 42 0 17 FF 34 33
Octal 142 102 304 62 102 0 27 377 64 63
Binary 1100010 1000010 11000100 110010 1000010 0 10111 11111111 110100 110011

Color Harmonies of #6242C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6242C4

Black with #6242C4

Text Example


Text Example

White with #6242C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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