Html Css Color HEX #6130D1 Purple Heart

📋 copy color: '#6130D1'

red 97 ◦ green 48 ◦ blue 209

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

Shades of Purple Heart #6130D1

Tints of Purple Heart #6130D1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.56%

 BLUE value IS 209 (82.03% from 255) = 59.04%

R = 27.4%
G = 13.56%
B = 59.04%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6130D1 (or 0x6130D1) is known color: Purple Heart. HEX triplet: 61, 30 and D1. RGB value is (97,48,209). Sum of RGB (Red+Green+Blue) = 97+48+209=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #6130D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6130D1 is #9ECF2E. Grayscale: #505050. Windows color (decimal): -10407727 or 13709409. OLE color: 13709409.

HSL color Cylindrical-coordinate representation of color #6130D1: hue angle of 258.26º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6130D1 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 48 209 -
CMYK 0.54 0.77 0 0.18
HSL 258.26º 0.64% 0.5% -
HSV(B) 258.26º 0.77% 0.82% -
XYZ 17.5 9.26 61.19 -
YUV 81.01 200.23 139.41 -
System Red Green Blue C M Y K H S L
Decimal 97 48 209 0.54 0.77 0 0.18 258.26 0.64 0.5
Hex 61 30 D1 36 4D 0 12 102 40 32
Octal 141 60 321 66 115 0 22 402 100 62
Binary 1100001 110000 11010001 110110 1001101 0 10010 100000010 1000000 110010

Color Harmonies of #6130D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130D1

Black with #6130D1

Text Example


Text Example

White with #6130D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6130D1; }

 p { color: rgb(97,48,209); }

 H1.HeaderClassName
 {
   color: #6130D1;
 }
 .AnyTagClassName
 {
   color: #6130D1;
 }
</style>

background-color css

<style>
 a { background-color: #6130D1; }

 a { background-color: rgb(97,48,209); }

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

border-color css

<style>
 span { border-color: #6130D1; }

 span { border-color: rgb(97,48,209); }

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