Html Css Color HEX #6125CF Purple Heart

📋 copy color: '#6125CF'

red 97 ◦ green 37 ◦ blue 207

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

Shades of Purple Heart #6125CF

Tints of Purple Heart #6125CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.7%

R = 28.45%
G = 10.85%
B = 60.7%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6125CF (or 0x6125CF) is known color: Purple Heart. HEX triplet: 61, 25 and CF. RGB value is (97,37,207). Sum of RGB (Red+Green+Blue) = 97+37+207=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #6125CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6125CF is #9EDA30. Grayscale: #494949. Windows color (decimal): -10410545 or 13575521. OLE color: 13575521.

HSL color Cylindrical-coordinate representation of color #6125CF: hue angle of 261.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6125CF is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 37 207 -
CMYK 0.53 0.82 0 0.19
HSL 261.18º 0.7% 0.48% -
HSV(B) 261.18º 0.82% 0.81% -
XYZ 16.85 8.37 59.76 -
YUV 74.32 202.88 144.18 -
System Red Green Blue C M Y K H S L
Decimal 97 37 207 0.53 0.82 0 0.19 261.18 0.7 0.48
Hex 61 25 CF 35 52 0 13 105 46 30
Octal 141 45 317 65 122 0 23 405 106 60
Binary 1100001 100101 11001111 110101 1010010 0 10011 100000101 1000110 110000

Color Harmonies of #6125CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6125CF

Black with #6125CF

Text Example


Text Example

White with #6125CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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