Html Css Color HEX #6814B6 Purple Heart

📋 copy color: '#6814B6'

red 104 ◦ green 20 ◦ blue 182

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

Shades of Purple Heart #6814B6

Tints of Purple Heart #6814B6

RGB

 RED value IS 104 (41.02% from 255) = 33.99%

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

 BLUE value IS 182 (71.48% from 255) = 59.48%

R = 33.99%
G = 6.54%
B = 59.48%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6814B6 (or 0x6814B6) is known color: Purple Heart. HEX triplet: 68, 14 and B6. RGB value is (104,20,182). Sum of RGB (Red+Green+Blue) = 104+20+182=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #6814B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6814B6 is #97EB49. Grayscale: #3F3F3F. Windows color (decimal): -9956170 or 11932776. OLE color: 11932776.

HSL color Cylindrical-coordinate representation of color #6814B6: hue angle of 271.11º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6814B6 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 20 182 -
CMYK 0.43 0.89 0 0.29
HSL 271.11º 0.8% 0.4% -
HSV(B) 271.11º 0.89% 0.71% -
XYZ 14.4 6.82 44.81 -
YUV 63.58 194.83 156.83 -
System Red Green Blue C M Y K H S L
Decimal 104 20 182 0.43 0.89 0 0.29 271.11 0.8 0.4
Hex 68 14 B6 2B 59 0 1D 10F 50 28
Octal 150 24 266 53 131 0 35 417 120 50
Binary 1101000 10100 10110110 101011 1011001 0 11101 100001111 1010000 101000

Color Harmonies of #6814B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6814B6

Black with #6814B6

Text Example


Text Example

White with #6814B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6814B6; }

 p { color: rgb(104,20,182); }

 H1.HeaderClassName
 {
   color: #6814B6;
 }
 .AnyTagClassName
 {
   color: #6814B6;
 }
</style>

background-color css

<style>
 a { background-color: #6814B6; }

 a { background-color: rgb(104,20,182); }

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

border-color css

<style>
 span { border-color: #6814B6; }

 span { border-color: rgb(104,20,182); }

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