Html Css Color HEX #6131DB Purple Heart

📋 copy color: '#6131DB'

red 97 ◦ green 49 ◦ blue 219

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

Shades of Purple Heart #6131DB

Tints of Purple Heart #6131DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60%

R = 26.58%
G = 13.42%
B = 60%

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

#6131DB (or 0x6131DB) is known color: Purple Heart. HEX triplet: 61, 31 and DB. RGB value is (97,49,219). Sum of RGB (Red+Green+Blue) = 97+49+219=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #6131DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6131DB is #9ECE24. Grayscale: #525252. Windows color (decimal): -10407461 or 14365025. OLE color: 14365025.

HSL color Cylindrical-coordinate representation of color #6131DB: hue angle of 256.94º degrees, saturation: 0.7, 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 #6131DB is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 49 219 -
CMYK 0.56 0.78 0 0.14
HSL 256.94º 0.7% 0.53% -
HSV(B) 256.94º 0.78% 0.86% -
XYZ 18.81 9.85 67.93 -
YUV 82.73 204.9 138.18 -
System Red Green Blue C M Y K H S L
Decimal 97 49 219 0.56 0.78 0 0.14 256.94 0.7 0.53
Hex 61 31 DB 38 4E 0 E 101 46 35
Octal 141 61 333 70 116 0 16 401 106 65
Binary 1100001 110001 11011011 111000 1001110 0 1110 100000001 1000110 110101

Color Harmonies of #6131DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6131DB

Black with #6131DB

Text Example


Text Example

White with #6131DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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