Html Css Color HEX #6835BA Purple Heart

📋 copy color: '#6835BA'

red 104 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #6835BA

Tints of Purple Heart #6835BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

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

R = 30.32%
G = 15.45%
B = 54.23%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6835BA (or 0x6835BA) is known color: Purple Heart. HEX triplet: 68, 35 and BA. RGB value is (104,53,186). Sum of RGB (Red+Green+Blue) = 104+53+186=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #6835BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6835BA is #97CA45. Grayscale: #525252. Windows color (decimal): -9947718 or 12203368. OLE color: 12203368.

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

Color convert

RGB 104 53 186 -
CMYK 0.44 0.72 0 0.27
HSL 263.01º 0.56% 0.47% -
HSV(B) 263.01º 0.72% 0.73% -
XYZ 15.84 9.03 47.36 -
YUV 83.41 185.9 142.69 -
System Red Green Blue C M Y K H S L
Decimal 104 53 186 0.44 0.72 0 0.27 263.01 0.56 0.47
Hex 68 35 BA 2C 48 0 1B 107 38 2F
Octal 150 65 272 54 110 0 33 407 70 57
Binary 1101000 110101 10111010 101100 1001000 0 11011 100000111 111000 101111

Color Harmonies of #6835BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6835BA

Black with #6835BA

Text Example


Text Example

White with #6835BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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