Html Css Color HEX #6125B6 Purple Heart

📋 copy color: '#6125B6'

red 97 ◦ green 37 ◦ blue 182

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

Shades of Purple Heart #6125B6

Tints of Purple Heart #6125B6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

 BLUE value IS 182 (71.48% from 255) = 57.59%

R = 30.7%
G = 11.71%
B = 57.59%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6125B6 (or 0x6125B6) is known color: Purple Heart. HEX triplet: 61, 25 and B6. RGB value is (97,37,182). Sum of RGB (Red+Green+Blue) = 97+37+182=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 182 (71.48% from 255 or 57.59% from 316); Max value from RGB is 182 - color contains mainly: blue. Hex color #6125B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6125B6 is #9EDA49. Grayscale: #464646. Windows color (decimal): -10410570 or 11937121. OLE color: 11937121.

HSL color Cylindrical-coordinate representation of color #6125B6: hue angle of 264.83º degrees, saturation: 0.66, 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 #6125B6 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 37 182 -
CMYK 0.47 0.80 0 0.29
HSL 264.83º 0.66% 0.43% -
HSV(B) 264.83º 0.8% 0.71% -
XYZ 14.03 7.24 44.91 -
YUV 71.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 97 37 182 0.47 0.80 0 0.29 264.83 0.66 0.43
Hex 61 25 B6 2F 50 0 1D 109 42 2B
Octal 141 45 266 57 120 0 35 411 102 53
Binary 1100001 100101 10110110 101111 1010000 0 11101 100001001 1000010 101011

Color Harmonies of #6125B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6125B6

Black with #6125B6

Text Example


Text Example

White with #6125B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6125B6; }

 p { color: rgb(97,37,182); }

 H1.HeaderClassName
 {
   color: #6125B6;
 }
 .AnyTagClassName
 {
   color: #6125B6;
 }
</style>

background-color css

<style>
 a { background-color: #6125B6; }

 a { background-color: rgb(97,37,182); }

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

border-color css

<style>
 span { border-color: #6125B6; }

 span { border-color: rgb(97,37,182); }

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