Html Css Color HEX #6114C6 Purple Heart

📋 copy color: '#6114C6'

red 97 ◦ green 20 ◦ blue 198

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

Shades of Purple Heart #6114C6

Tints of Purple Heart #6114C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 62.86%

R = 30.79%
G = 6.35%
B = 62.86%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6114C6 (or 0x6114C6) is known color: Purple Heart. HEX triplet: 61, 14 and C6. RGB value is (97,20,198). Sum of RGB (Red+Green+Blue) = 97+20+198=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 198 (77.73% from 255 or 62.86% from 315); Max value from RGB is 198 - color contains mainly: blue. Hex color #6114C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114C6 is #9EEB39. Grayscale: #3E3E3E. Windows color (decimal): -10414906 or 12981345. OLE color: 12981345.

HSL color Cylindrical-coordinate representation of color #6114C6: hue angle of 265.96º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6114C6 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 20 198 -
CMYK 0.51 0.90 0 0.22
HSL 265.96º 0.82% 0.43% -
HSV(B) 265.96º 0.9% 0.78% -
XYZ 15.37 7.12 53.99 -
YUV 63.32 204.01 152.03 -
System Red Green Blue C M Y K H S L
Decimal 97 20 198 0.51 0.90 0 0.22 265.96 0.82 0.43
Hex 61 14 C6 33 5A 0 16 10A 52 2B
Octal 141 24 306 63 132 0 26 412 122 53
Binary 1100001 10100 11000110 110011 1011010 0 10110 100001010 1010010 101011

Color Harmonies of #6114C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6114C6

Black with #6114C6

Text Example


Text Example

White with #6114C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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