Html Css Color HEX #6240BA Purple Heart

📋 copy color: '#6240BA'

red 98 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #6240BA

Tints of Purple Heart #6240BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

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

R = 28.16%
G = 18.39%
B = 53.45%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6240BA (or 0x6240BA) is known color: Purple Heart. HEX triplet: 62, 40 and BA. RGB value is (98,64,186). Sum of RGB (Red+Green+Blue) = 98+64+186=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #6240BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6240BA is #9DBF45. Grayscale: #575757. Windows color (decimal): -10338118 or 12206178. OLE color: 12206178.

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

Color convert

RGB 98 64 186 -
CMYK 0.47 0.66 0 0.27
HSL 256.72º 0.49% 0.49% -
HSV(B) 256.72º 0.66% 0.73% -
XYZ 15.73 9.81 47.52 -
YUV 88.07 183.26 135.08 -
System Red Green Blue C M Y K H S L
Decimal 98 64 186 0.47 0.66 0 0.27 256.72 0.49 0.49
Hex 62 40 BA 2F 42 0 1B 101 31 31
Octal 142 100 272 57 102 0 33 401 61 61
Binary 1100010 1000000 10111010 101111 1000010 0 11011 100000001 110001 110001

Color Harmonies of #6240BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6240BA

Black with #6240BA

Text Example


Text Example

White with #6240BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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