Html Css Color HEX #6836BA Purple Heart

📋 copy color: '#6836BA'

red 104 ◦ green 54 ◦ blue 186

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

Shades of Purple Heart #6836BA

Tints of Purple Heart #6836BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 30.23%
G = 15.7%
B = 54.07%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6836BA (or 0x6836BA) is known color: Purple Heart. HEX triplet: 68, 36 and BA. RGB value is (104,54,186). Sum of RGB (Red+Green+Blue) = 104+54+186=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #6836BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6836BA is #97C945. Grayscale: #535353. Windows color (decimal): -9947462 or 12203624. OLE color: 12203624.

HSL color Cylindrical-coordinate representation of color #6836BA: hue angle of 262.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6836BA is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 54 186 -
CMYK 0.44 0.71 0 0.27
HSL 262.73º 0.55% 0.47% -
HSV(B) 262.73º 0.71% 0.73% -
XYZ 15.89 9.13 47.38 -
YUV 84 185.57 142.27 -
System Red Green Blue C M Y K H S L
Decimal 104 54 186 0.44 0.71 0 0.27 262.73 0.55 0.47
Hex 68 36 BA 2C 47 0 1B 107 37 2F
Octal 150 66 272 54 107 0 33 407 67 57
Binary 1101000 110110 10111010 101100 1000111 0 11011 100000111 110111 101111

Color Harmonies of #6836BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6836BA

Black with #6836BA

Text Example


Text Example

White with #6836BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6836BA; }

 p { color: rgb(104,54,186); }

 H1.HeaderClassName
 {
   color: #6836BA;
 }
 .AnyTagClassName
 {
   color: #6836BA;
 }
</style>

background-color css

<style>
 a { background-color: #6836BA; }

 a { background-color: rgb(104,54,186); }

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

border-color css

<style>
 span { border-color: #6836BA; }

 span { border-color: rgb(104,54,186); }

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