Html Css Color HEX #6124BA Purple Heart

📋 copy color: '#6124BA'

red 97 ◦ green 36 ◦ blue 186

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

Shades of Purple Heart #6124BA

Tints of Purple Heart #6124BA

RGB

 RED value IS 97 (38.28% from 255) = 30.41%

 GREEN value IS 36 (14.45% from 255) = 11.29%

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

R = 30.41%
G = 11.29%
B = 58.31%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6124BA (or 0x6124BA) is known color: Purple Heart. HEX triplet: 61, 24 and BA. RGB value is (97,36,186). Sum of RGB (Red+Green+Blue) = 97+36+186=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #6124BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6124BA is #9EDB45. Grayscale: #464646. Windows color (decimal): -10410822 or 12199009. OLE color: 12199009.

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

Color convert

RGB 97 36 186 -
CMYK 0.48 0.81 0 0.27
HSL 264.4º 0.68% 0.44% -
HSV(B) 264.4º 0.81% 0.73% -
XYZ 14.42 7.35 47.11 -
YUV 71.34 192.71 146.3 -
System Red Green Blue C M Y K H S L
Decimal 97 36 186 0.48 0.81 0 0.27 264.4 0.68 0.44
Hex 61 24 BA 30 51 0 1B 108 44 2C
Octal 141 44 272 60 121 0 33 410 104 54
Binary 1100001 100100 10111010 110000 1010001 0 11011 100001000 1000100 101100

Color Harmonies of #6124BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124BA

Black with #6124BA

Text Example


Text Example

White with #6124BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,36,186); }

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

background-color css

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

 a { background-color: rgb(97,36,186); }

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

border-color css

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

 span { border-color: rgb(97,36,186); }

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