Html Css Color HEX #6242BF Purple Heart

📋 copy color: '#6242BF'

red 98 ◦ green 66 ◦ blue 191

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

Shades of Purple Heart #6242BF

Tints of Purple Heart #6242BF

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.8%

R = 27.61%
G = 18.59%
B = 53.8%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6242BF (or 0x6242BF) is known color: 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

RGB 98 66 191 -
CMYK 0.49 0.65 0 0.25
HSL 255.36º 0.49% 0.5% -
HSV(B) 255.36º 0.65% 0.75% -
XYZ 16.39 10.25 50.41 -
YUV 89.82 185.1 133.84 -
System Red Green Blue C M Y K H S L
Decimal 98 66 191 0.49 0.65 0 0.25 255.36 0.49 0.5
Hex 62 42 BF 31 41 0 19 FF 31 32
Octal 142 102 277 61 101 0 31 377 61 62
Binary 1100010 1000010 10111111 110001 1000001 0 11001 11111111 110001 110010

Color Harmonies of #6242BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6242BF

Black with #6242BF

Text Example


Text Example

White with #6242BF

Text Example


Text Example

HTML Codes & Css Web 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>