Html Css Color HEX #6131DC Purple Heart

📋 copy color: '#6131DC'

red 97 ◦ green 49 ◦ blue 220

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

Shades of Purple Heart #6131DC

Tints of Purple Heart #6131DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.39%

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 26.5%
G = 13.39%
B = 60.11%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6131DC (or 0x6131DC) is known color: Purple Heart. HEX triplet: 61, 31 and DC. RGB value is (97,49,220). Sum of RGB (Red+Green+Blue) = 97+49+220=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #6131DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6131DC is #9ECE23. Grayscale: #525252. Windows color (decimal): -10407460 or 14430561. OLE color: 14430561.

HSL color Cylindrical-coordinate representation of color #6131DC: hue angle of 256.84º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6131DC is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 49 220 -
CMYK 0.56 0.78 0 0.14
HSL 256.84º 0.71% 0.53% -
HSV(B) 256.84º 0.78% 0.86% -
XYZ 18.95 9.91 68.62 -
YUV 82.85 205.4 138.1 -
System Red Green Blue C M Y K H S L
Decimal 97 49 220 0.56 0.78 0 0.14 256.84 0.71 0.53
Hex 61 31 DC 38 4E 0 E 101 47 35
Octal 141 61 334 70 116 0 16 401 107 65
Binary 1100001 110001 11011100 111000 1001110 0 1110 100000001 1000111 110101

Color Harmonies of #6131DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6131DC

Black with #6131DC

Text Example


Text Example

White with #6131DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6131DC; }

 p { color: rgb(97,49,220); }

 H1.HeaderClassName
 {
   color: #6131DC;
 }
 .AnyTagClassName
 {
   color: #6131DC;
 }
</style>

background-color css

<style>
 a { background-color: #6131DC; }

 a { background-color: rgb(97,49,220); }

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

border-color css

<style>
 span { border-color: #6131DC; }

 span { border-color: rgb(97,49,220); }

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