Html Css Color HEX #6124B5 Purple Heart

📋 copy color: '#6124B5'

red 97 ◦ green 36 ◦ blue 181

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

Shades of Purple Heart #6124B5

Tints of Purple Heart #6124B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 57.64%

R = 30.89%
G = 11.46%
B = 57.64%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6124B5 (or 0x6124B5) is known color: Purple Heart. HEX triplet: 61, 24 and B5. RGB value is (97,36,181). Sum of RGB (Red+Green+Blue) = 97+36+181=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 181 (71.09% from 255 or 57.64% from 314); Max value from RGB is 181 - color contains mainly: blue. Hex color #6124B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6124B5 is #9EDB4A. Grayscale: #464646. Windows color (decimal): -10410827 or 11871329. OLE color: 11871329.

HSL color Cylindrical-coordinate representation of color #6124B5: hue angle of 265.24º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6124B5 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 36 181 -
CMYK 0.46 0.80 0 0.29
HSL 265.24º 0.67% 0.43% -
HSV(B) 265.24º 0.8% 0.71% -
XYZ 13.9 7.14 44.36 -
YUV 70.77 190.21 146.71 -
System Red Green Blue C M Y K H S L
Decimal 97 36 181 0.46 0.80 0 0.29 265.24 0.67 0.43
Hex 61 24 B5 2E 50 0 1D 109 43 2B
Octal 141 44 265 56 120 0 35 411 103 53
Binary 1100001 100100 10110101 101110 1010000 0 11101 100001001 1000011 101011

Color Harmonies of #6124B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6124B5

Black with #6124B5

Text Example


Text Example

White with #6124B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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