Html Css Color HEX #6241BA Purple Heart

📋 copy color: '#6241BA'

red 98 ◦ green 65 ◦ blue 186

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

Shades of Purple Heart #6241BA

Tints of Purple Heart #6241BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.62%

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

R = 28.08%
G = 18.62%
B = 53.3%

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

#6241BA (or 0x6241BA) is known color: Purple Heart. HEX triplet: 62, 41 and BA. RGB value is (98,65,186). Sum of RGB (Red+Green+Blue) = 98+65+186=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #6241BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6241BA is #9DBE45. Grayscale: #585858. Windows color (decimal): -10337862 or 12206434. OLE color: 12206434.

HSL color Cylindrical-coordinate representation of color #6241BA: hue angle of 256.36º 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 #6241BA is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 65 186 -
CMYK 0.47 0.65 0 0.27
HSL 256.36º 0.48% 0.49% -
HSV(B) 256.36º 0.65% 0.73% -
XYZ 15.79 9.92 47.54 -
YUV 88.66 182.93 134.66 -
System Red Green Blue C M Y K H S L
Decimal 98 65 186 0.47 0.65 0 0.27 256.36 0.48 0.49
Hex 62 41 BA 2F 41 0 1B 100 30 31
Octal 142 101 272 57 101 0 33 400 60 61
Binary 1100010 1000001 10111010 101111 1000001 0 11011 100000000 110000 110001

Color Harmonies of #6241BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6241BA

Black with #6241BA

Text Example


Text Example

White with #6241BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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