Html Css Color HEX #6242BA Purple Heart

📋 copy color: '#6242BA'

red 98 ◦ green 66 ◦ blue 186

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

Shades of Purple Heart #6242BA

Tints of Purple Heart #6242BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 28%
G = 18.86%
B = 53.14%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6242BA (or 0x6242BA) is known color: Purple Heart. HEX triplet: 62, 42 and BA. RGB value is (98,66,186). Sum of RGB (Red+Green+Blue) = 98+66+186=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #6242BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242BA is #9DBD45. Grayscale: #585858. Windows color (decimal): -10337606 or 12206690. OLE color: 12206690.

HSL color Cylindrical-coordinate representation of color #6242BA: hue angle of 256º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6242BA is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 66 186 -
CMYK 0.47 0.65 0 0.27
HSL 256º 0.48% 0.49% -
HSV(B) 256º 0.65% 0.73% -
XYZ 15.85 10.04 47.56 -
YUV 89.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 98 66 186 0.47 0.65 0 0.27 256 0.48 0.49
Hex 62 42 BA 2F 41 0 1B 100 30 31
Octal 142 102 272 57 101 0 33 400 60 61
Binary 1100010 1000010 10111010 101111 1000001 0 11011 100000000 110000 110001

Color Harmonies of #6242BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6242BA

Black with #6242BA

Text Example


Text Example

White with #6242BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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