Html Css Color HEX #6130C1 Purple Heart

📋 copy color: '#6130C1'

red 97 ◦ green 48 ◦ blue 193

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

Shades of Purple Heart #6130C1

Tints of Purple Heart #6130C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 57.1%

R = 28.7%
G = 14.2%
B = 57.1%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6130C1 (or 0x6130C1) is known color: Purple Heart. HEX triplet: 61, 30 and C1. RGB value is (97,48,193). Sum of RGB (Red+Green+Blue) = 97+48+193=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #6130C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6130C1 is #9ECF3E. Grayscale: #4E4E4E. Windows color (decimal): -10407743 or 12660833. OLE color: 12660833.

HSL color Cylindrical-coordinate representation of color #6130C1: hue angle of 260.28º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6130C1 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 48 193 -
CMYK 0.50 0.75 0 0.24
HSL 260.28º 0.6% 0.47% -
HSV(B) 260.28º 0.75% 0.76% -
XYZ 15.61 8.51 51.27 -
YUV 79.18 192.23 140.71 -
System Red Green Blue C M Y K H S L
Decimal 97 48 193 0.50 0.75 0 0.24 260.28 0.6 0.47
Hex 61 30 C1 32 4B 0 18 104 3C 2F
Octal 141 60 301 62 113 0 30 404 74 57
Binary 1100001 110000 11000001 110010 1001011 0 11000 100000100 111100 101111

Color Harmonies of #6130C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130C1

Black with #6130C1

Text Example


Text Example

White with #6130C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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