Html Css Color HEX #6843BD Purple Heart

📋 copy color: '#6843BD'

red 104 ◦ green 67 ◦ blue 189

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

Shades of Purple Heart #6843BD

Tints of Purple Heart #6843BD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.61%

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 28.89%
G = 18.61%
B = 52.5%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6843BD (or 0x6843BD) is known color: Purple Heart. HEX triplet: 68, 43 and BD. RGB value is (104,67,189). Sum of RGB (Red+Green+Blue) = 104+67+189=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #6843BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6843BD is #97BC42. Grayscale: #5B5B5B. Windows color (decimal): -9944131 or 12403560. OLE color: 12403560.

HSL color Cylindrical-coordinate representation of color #6843BD: hue angle of 258.2º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6843BD is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 67 189 -
CMYK 0.45 0.65 0 0.26
HSL 258.2º 0.48% 0.5% -
HSV(B) 258.2º 0.65% 0.74% -
XYZ 16.9 10.63 49.31 -
YUV 91.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 104 67 189 0.45 0.65 0 0.26 258.2 0.48 0.5
Hex 68 43 BD 2D 41 0 1A 102 30 32
Octal 150 103 275 55 101 0 32 402 60 62
Binary 1101000 1000011 10111101 101101 1000001 0 11010 100000010 110000 110010

Color Harmonies of #6843BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6843BD

Black with #6843BD

Text Example


Text Example

White with #6843BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6843BD; }

 p { color: rgb(104,67,189); }

 H1.HeaderClassName
 {
   color: #6843BD;
 }
 .AnyTagClassName
 {
   color: #6843BD;
 }
</style>

background-color css

<style>
 a { background-color: #6843BD; }

 a { background-color: rgb(104,67,189); }

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

border-color css

<style>
 span { border-color: #6843BD; }

 span { border-color: rgb(104,67,189); }

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