Html Css Color HEX #6124B9 Purple Heart

📋 copy color: '#6124B9'

red 97 ◦ green 36 ◦ blue 185

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

Shades of Purple Heart #6124B9

Tints of Purple Heart #6124B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.18%

R = 30.5%
G = 11.32%
B = 58.18%

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

#6124B9 (or 0x6124B9) is known color: Purple Heart. HEX triplet: 61, 24 and B9. RGB value is (97,36,185). Sum of RGB (Red+Green+Blue) = 97+36+185=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #6124B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6124B9 is #9EDB46. Grayscale: #464646. Windows color (decimal): -10410823 or 12133473. OLE color: 12133473.

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

Color convert

RGB 97 36 185 -
CMYK 0.48 0.81 0 0.27
HSL 264.56º 0.67% 0.43% -
HSV(B) 264.56º 0.81% 0.73% -
XYZ 14.32 7.31 46.55 -
YUV 71.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 97 36 185 0.48 0.81 0 0.27 264.56 0.67 0.43
Hex 61 24 B9 30 51 0 1B 109 43 2B
Octal 141 44 271 60 121 0 33 411 103 53
Binary 1100001 100100 10111001 110000 1010001 0 11011 100001001 1000011 101011

Color Harmonies of #6124B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124B9

Black with #6124B9

Text Example


Text Example

White with #6124B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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