Html Css Color HEX #6130DC Purple Heart

📋 copy color: '#6130DC'

red 97 ◦ green 48 ◦ blue 220

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

Shades of Purple Heart #6130DC

Tints of Purple Heart #6130DC

RGB

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

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

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

R = 26.58%
G = 13.15%
B = 60.27%

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

#6130DC (or 0x6130DC) is known color: Purple Heart. HEX triplet: 61, 30 and DC. RGB value is (97,48,220). Sum of RGB (Red+Green+Blue) = 97+48+220=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #6130DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6130DC is #9ECF23. Grayscale: #515151. Windows color (decimal): -10407716 or 14430305. OLE color: 14430305.

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

Color convert

RGB 97 48 220 -
CMYK 0.56 0.78 0 0.14
HSL 257.09º 0.71% 0.53% -
HSV(B) 257.09º 0.78% 0.86% -
XYZ 18.9 9.82 68.61 -
YUV 82.26 205.73 138.51 -
System Red Green Blue C M Y K H S L
Decimal 97 48 220 0.56 0.78 0 0.14 257.09 0.71 0.53
Hex 61 30 DC 38 4E 0 E 101 47 35
Octal 141 60 334 70 116 0 16 401 107 65
Binary 1100001 110000 11011100 111000 1001110 0 1110 100000001 1000111 110101

Color Harmonies of #6130DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130DC

Black with #6130DC

Text Example


Text Example

White with #6130DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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