Html Css Color HEX #6114BF Purple Heart

📋 copy color: '#6114BF'

red 97 ◦ green 20 ◦ blue 191

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

Shades of Purple Heart #6114BF

Tints of Purple Heart #6114BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.49%

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

R = 31.49%
G = 6.49%
B = 62.01%

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

#6114BF (or 0x6114BF) is known color: Purple Heart. HEX triplet: 61, 14 and BF. RGB value is (97,20,191). Sum of RGB (Red+Green+Blue) = 97+20+191=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #6114BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114BF is #9EEB40. Grayscale: #3D3D3D. Windows color (decimal): -10414913 or 12522593. OLE color: 12522593.

HSL color Cylindrical-coordinate representation of color #6114BF: hue angle of 267.02º degrees, saturation: 0.81, 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 #6114BF is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 20 191 -
CMYK 0.49 0.90 0 0.25
HSL 267.02º 0.81% 0.41% -
HSV(B) 267.02º 0.9% 0.75% -
XYZ 14.58 6.8 49.83 -
YUV 62.52 200.51 152.6 -
System Red Green Blue C M Y K H S L
Decimal 97 20 191 0.49 0.90 0 0.25 267.02 0.81 0.41
Hex 61 14 BF 31 5A 0 19 10B 51 29
Octal 141 24 277 61 132 0 31 413 121 51
Binary 1100001 10100 10111111 110001 1011010 0 11001 100001011 1010001 101001

Color Harmonies of #6114BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6114BF

Black with #6114BF

Text Example


Text Example

White with #6114BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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