Html Css Color HEX #6826BB Purple Heart

📋 copy color: '#6826BB'

red 104 ◦ green 38 ◦ blue 187

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

Shades of Purple Heart #6826BB

Tints of Purple Heart #6826BB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 31.61%
G = 11.55%
B = 56.84%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6826BB (or 0x6826BB) is known color: Purple Heart. HEX triplet: 68, 26 and BB. RGB value is (104,38,187). Sum of RGB (Red+Green+Blue) = 104+38+187=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #6826BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6826BB is #97D944. Grayscale: #4A4A4A. Windows color (decimal): -9951557 or 12265064. OLE color: 12265064.

HSL color Cylindrical-coordinate representation of color #6826BB: hue angle of 266.58º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6826BB is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 38 187 -
CMYK 0.44 0.80 0 0.27
HSL 266.58º 0.66% 0.44% -
HSV(B) 266.58º 0.8% 0.73% -
XYZ 15.37 7.92 47.73 -
YUV 74.72 191.37 148.88 -
System Red Green Blue C M Y K H S L
Decimal 104 38 187 0.44 0.80 0 0.27 266.58 0.66 0.44
Hex 68 26 BB 2C 50 0 1B 10B 42 2C
Octal 150 46 273 54 120 0 33 413 102 54
Binary 1101000 100110 10111011 101100 1010000 0 11011 100001011 1000010 101100

Color Harmonies of #6826BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6826BB

Black with #6826BB

Text Example


Text Example

White with #6826BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6826BB; }

 p { color: rgb(104,38,187); }

 H1.HeaderClassName
 {
   color: #6826BB;
 }
 .AnyTagClassName
 {
   color: #6826BB;
 }
</style>

background-color css

<style>
 a { background-color: #6826BB; }

 a { background-color: rgb(104,38,187); }

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

border-color css

<style>
 span { border-color: #6826BB; }

 span { border-color: rgb(104,38,187); }

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