Html Css Color HEX #6113BF Purple Heart

📋 copy color: '#6113BF'

red 97 ◦ green 19 ◦ blue 191

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

Shades of Purple Heart #6113BF

Tints of Purple Heart #6113BF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.19%

 BLUE value IS 191 (75% from 255) = 62.21%

R = 31.6%
G = 6.19%
B = 62.21%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6113BF (or 0x6113BF) is known color: Purple Heart. HEX triplet: 61, 13 and BF. RGB value is (97,19,191). Sum of RGB (Red+Green+Blue) = 97+19+191=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #6113BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6113BF is #9EEC40. Grayscale: #3D3D3D. Windows color (decimal): -10415169 or 12522337. OLE color: 12522337.

HSL color Cylindrical-coordinate representation of color #6113BF: hue angle of 267.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6113BF is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 19 191 -
CMYK 0.49 0.90 0 0.25
HSL 267.21º 0.82% 0.41% -
HSV(B) 267.21º 0.9% 0.75% -
XYZ 14.57 6.77 49.83 -
YUV 61.93 200.84 153.01 -
System Red Green Blue C M Y K H S L
Decimal 97 19 191 0.49 0.90 0 0.25 267.21 0.82 0.41
Hex 61 13 BF 31 5A 0 19 10B 52 29
Octal 141 23 277 61 132 0 31 413 122 51
Binary 1100001 10011 10111111 110001 1011010 0 11001 100001011 1010010 101001

Color Harmonies of #6113BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6113BF

Black with #6113BF

Text Example


Text Example

White with #6113BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6113BF; }

 p { color: rgb(97,19,191); }

 H1.HeaderClassName
 {
   color: #6113BF;
 }
 .AnyTagClassName
 {
   color: #6113BF;
 }
</style>

background-color css

<style>
 a { background-color: #6113BF; }

 a { background-color: rgb(97,19,191); }

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

border-color css

<style>
 span { border-color: #6113BF; }

 span { border-color: rgb(97,19,191); }

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