Html Css Color HEX #6125C7 Purple Heart

📋 copy color: '#6125C7'

red 97 ◦ green 37 ◦ blue 199

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

Shades of Purple Heart #6125C7

Tints of Purple Heart #6125C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 59.76%

R = 29.13%
G = 11.11%
B = 59.76%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6125C7 (or 0x6125C7) is known color: Purple Heart. HEX triplet: 61, 25 and C7. RGB value is (97,37,199). Sum of RGB (Red+Green+Blue) = 97+37+199=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 199 (78.12% from 255 or 59.76% from 333); Max value from RGB is 199 - color contains mainly: blue. Hex color #6125C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6125C7 is #9EDA38. Grayscale: #484848. Windows color (decimal): -10410553 or 13051233. OLE color: 13051233.

HSL color Cylindrical-coordinate representation of color #6125C7: hue angle of 262.22º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6125C7 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 37 199 -
CMYK 0.51 0.81 0 0.22
HSL 262.22º 0.69% 0.46% -
HSV(B) 262.22º 0.81% 0.78% -
XYZ 15.9 7.99 54.74 -
YUV 73.41 198.88 144.83 -
System Red Green Blue C M Y K H S L
Decimal 97 37 199 0.51 0.81 0 0.22 262.22 0.69 0.46
Hex 61 25 C7 33 51 0 16 106 45 2E
Octal 141 45 307 63 121 0 26 406 105 56
Binary 1100001 100101 11000111 110011 1010001 0 10110 100000110 1000101 101110

Color Harmonies of #6125C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6125C7

Black with #6125C7

Text Example


Text Example

White with #6125C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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