Html Css Color HEX #6130DD Purple Heart

📋 copy color: '#6130DD'

red 97 ◦ green 48 ◦ blue 221

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

Shades of Purple Heart #6130DD

Tints of Purple Heart #6130DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 26.5%
G = 13.11%
B = 60.38%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6130DD (or 0x6130DD) is known color: Purple Heart. HEX triplet: 61, 30 and DD. RGB value is (97,48,221). Sum of RGB (Red+Green+Blue) = 97+48+221=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #6130DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6130DD is #9ECF22. Grayscale: #515151. Windows color (decimal): -10407715 or 14495841. OLE color: 14495841.

HSL color Cylindrical-coordinate representation of color #6130DD: hue angle of 256.99º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6130DD is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 48 221 -
CMYK 0.56 0.78 0 0.13
HSL 256.99º 0.72% 0.53% -
HSV(B) 256.99º 0.78% 0.87% -
XYZ 19.04 9.88 69.31 -
YUV 82.37 206.23 138.43 -
System Red Green Blue C M Y K H S L
Decimal 97 48 221 0.56 0.78 0 0.13 256.99 0.72 0.53
Hex 61 30 DD 38 4E 0 D 101 48 35
Octal 141 60 335 70 116 0 15 401 110 65
Binary 1100001 110000 11011101 111000 1001110 0 1101 100000001 1001000 110101

Color Harmonies of #6130DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6130DD

Black with #6130DD

Text Example


Text Example

White with #6130DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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