Html Css Color HEX #6114B1 Purple Heart

📋 copy color: '#6114B1'

red 97 ◦ green 20 ◦ blue 177

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

Shades of Purple Heart #6114B1

Tints of Purple Heart #6114B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 60.2%

R = 32.99%
G = 6.8%
B = 60.2%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6114B1 (or 0x6114B1) is known color: Purple Heart. HEX triplet: 61, 14 and B1. RGB value is (97,20,177). Sum of RGB (Red+Green+Blue) = 97+20+177=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #6114B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6114B1 is #9EEB4E. Grayscale: #3C3C3C. Windows color (decimal): -10414927 or 11605089. OLE color: 11605089.

HSL color Cylindrical-coordinate representation of color #6114B1: hue angle of 269.43º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6114B1 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 20 177 -
CMYK 0.45 0.89 0 0.31
HSL 269.43º 0.8% 0.39% -
HSV(B) 269.43º 0.89% 0.69% -
XYZ 13.12 6.22 42.1 -
YUV 60.92 193.51 153.73 -
System Red Green Blue C M Y K H S L
Decimal 97 20 177 0.45 0.89 0 0.31 269.43 0.8 0.39
Hex 61 14 B1 2D 59 0 1F 10D 50 27
Octal 141 24 261 55 131 0 37 415 120 47
Binary 1100001 10100 10110001 101101 1011001 0 11111 100001101 1010000 100111

Color Harmonies of #6114B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6114B1

Black with #6114B1

Text Example


Text Example

White with #6114B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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