Html Css Color HEX #6841BF Purple Heart

📋 copy color: '#6841BF'

red 104 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #6841BF

Tints of Purple Heart #6841BF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 28.89%
G = 18.06%
B = 53.06%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6841BF (or 0x6841BF) is known color: Purple Heart. HEX triplet: 68, 41 and BF. RGB value is (104,65,191). Sum of RGB (Red+Green+Blue) = 104+65+191=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #6841BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6841BF is #97BE40. Grayscale: #5A5A5A. Windows color (decimal): -9944641 or 12534120. OLE color: 12534120.

HSL color Cylindrical-coordinate representation of color #6841BF: hue angle of 258.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6841BF is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 65 191 -
CMYK 0.46 0.66 0 0.25
HSL 258.57º 0.5% 0.5% -
HSV(B) 258.57º 0.66% 0.75% -
XYZ 17 10.49 50.42 -
YUV 91.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 104 65 191 0.46 0.66 0 0.25 258.57 0.5 0.5
Hex 68 41 BF 2E 42 0 19 103 32 32
Octal 150 101 277 56 102 0 31 403 62 62
Binary 1101000 1000001 10111111 101110 1000010 0 11001 100000011 110010 110010

Color Harmonies of #6841BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6841BF

Black with #6841BF

Text Example


Text Example

White with #6841BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,65,191); }

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

background-color css

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

 a { background-color: rgb(104,65,191); }

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

border-color css

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

 span { border-color: rgb(104,65,191); }

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