Html Css Color HEX #6130DB Purple Heart

📋 copy color: '#6130DB'

red 97 ◦ green 48 ◦ blue 219

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

Shades of Purple Heart #6130DB

Tints of Purple Heart #6130DB

RGB

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

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

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

R = 26.65%
G = 13.19%
B = 60.16%

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

#6130DB (or 0x6130DB) is known color: Purple Heart. HEX triplet: 61, 30 and DB. RGB value is (97,48,219). Sum of RGB (Red+Green+Blue) = 97+48+219=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #6130DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6130DB is #9ECF24. Grayscale: #515151. Windows color (decimal): -10407717 or 14364769. OLE color: 14364769.

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

Color convert

RGB 97 48 219 -
CMYK 0.56 0.78 0 0.14
HSL 257.19º 0.7% 0.52% -
HSV(B) 257.19º 0.78% 0.86% -
XYZ 18.77 9.77 67.91 -
YUV 82.15 205.23 138.6 -
System Red Green Blue C M Y K H S L
Decimal 97 48 219 0.56 0.78 0 0.14 257.19 0.7 0.52
Hex 61 30 DB 38 4E 0 E 101 46 34
Octal 141 60 333 70 116 0 16 401 106 64
Binary 1100001 110000 11011011 111000 1001110 0 1110 100000001 1000110 110100

Color Harmonies of #6130DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130DB

Black with #6130DB

Text Example


Text Example

White with #6130DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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