#6242bf

Color #6242BF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6242BF

Tints of Purple Heart #6242BF

Color information

#6242BF (or 0x6242BF) is unknown color: approx Purple Heart. HEX triplet: 62, 42 and BF. RGB value is (98,66,191). Sum of RGB (Red+Green+Blue) = 98+66+191=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #6242BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6242BF is #9DBD40. Grayscale: #595959. Windows color (decimal): -10337601 or 12534370. OLE color: 12534370.

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

Color convert

RGB9866191-
CMYK0.490.6500.25
HSL255.36º49.41%50.39%-
HSV(B)255.36º65.45%74.9%-
XYZ16.3910.2550.41-
YUV89.82185.1133.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 191 (75% from 255) = 53.80%
R=27.61%
G=18.59%
B=53.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98661910.490.6500.25255.3649.4150.39
Hex6242BF3141019ff3132
Octal142102277611010313776162
Binary1100010100001010111111110001100000101100111111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6242bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6242bf;
 }
 .AnyTagClassName
 {
   color: #6242bf;
 }
</style>
background-color css

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

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

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

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

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

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