Html Css Color HEX #6242C8 Purple Heart

📋 copy color: '#6242C8'

red 98 ◦ green 66 ◦ blue 200

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

Shades of Purple Heart #6242C8

Tints of Purple Heart #6242C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 54.95%

R = 26.92%
G = 18.13%
B = 54.95%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6242C8 (or 0x6242C8) is known color: Purple Heart. HEX triplet: 62, 42 and C8. RGB value is (98,66,200). Sum of RGB (Red+Green+Blue) = 98+66+200=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #6242C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242C8 is #9DBD37. Grayscale: #5A5A5A. Windows color (decimal): -10337592 or 13124194. OLE color: 13124194.

HSL color Cylindrical-coordinate representation of color #6242C8: hue angle of 254.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6242C8 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 98 66 200 -
CMYK 0.51 0.67 0 0.22
HSL 254.33º 0.55% 0.52% -
HSV(B) 254.33º 0.67% 0.78% -
XYZ 17.41 10.66 55.78 -
YUV 90.84 189.6 133.1 -
System Red Green Blue C M Y K H S L
Decimal 98 66 200 0.51 0.67 0 0.22 254.33 0.55 0.52
Hex 62 42 C8 33 43 0 16 FE 37 34
Octal 142 102 310 63 103 0 26 376 67 64
Binary 1100010 1000010 11001000 110011 1000011 0 10110 11111110 110111 110100

Color Harmonies of #6242C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6242C8

Black with #6242C8

Text Example


Text Example

White with #6242C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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