Html Css Color HEX #6124BB Purple Heart

📋 copy color: '#6124BB'

red 97 ◦ green 36 ◦ blue 187

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

Shades of Purple Heart #6124BB

Tints of Purple Heart #6124BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.44%

R = 30.31%
G = 11.25%
B = 58.44%

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

#6124BB (or 0x6124BB) is known color: Purple Heart. HEX triplet: 61, 24 and BB. RGB value is (97,36,187). Sum of RGB (Red+Green+Blue) = 97+36+187=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #6124BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6124BB is #9EDB44. Grayscale: #464646. Windows color (decimal): -10410821 or 12264545. OLE color: 12264545.

HSL color Cylindrical-coordinate representation of color #6124BB: hue angle of 264.24º 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 #6124BB is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 36 187 -
CMYK 0.48 0.81 0 0.27
HSL 264.24º 0.68% 0.44% -
HSV(B) 264.24º 0.81% 0.73% -
XYZ 14.53 7.39 47.67 -
YUV 71.45 193.21 146.22 -
System Red Green Blue C M Y K H S L
Decimal 97 36 187 0.48 0.81 0 0.27 264.24 0.68 0.44
Hex 61 24 BB 30 51 0 1B 108 44 2C
Octal 141 44 273 60 121 0 33 410 104 54
Binary 1100001 100100 10111011 110000 1010001 0 11011 100001000 1000100 101100

Color Harmonies of #6124BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124BB

Black with #6124BB

Text Example


Text Example

White with #6124BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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