Html Css Color HEX #6836BE Purple Heart

📋 copy color: '#6836BE'

red 104 ◦ green 54 ◦ blue 190

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

Shades of Purple Heart #6836BE

Tints of Purple Heart #6836BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 29.89%
G = 15.52%
B = 54.6%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6836BE (or 0x6836BE) is known color: Purple Heart. HEX triplet: 68, 36 and BE. RGB value is (104,54,190). Sum of RGB (Red+Green+Blue) = 104+54+190=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #6836BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6836BE is #97C941. Grayscale: #535353. Windows color (decimal): -9947458 or 12465768. OLE color: 12465768.

HSL color Cylindrical-coordinate representation of color #6836BE: hue angle of 262.06º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6836BE is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 54 190 -
CMYK 0.45 0.72 0 0.25
HSL 262.06º 0.56% 0.48% -
HSV(B) 262.06º 0.72% 0.75% -
XYZ 16.32 9.3 49.65 -
YUV 84.45 187.57 141.94 -
System Red Green Blue C M Y K H S L
Decimal 104 54 190 0.45 0.72 0 0.25 262.06 0.56 0.48
Hex 68 36 BE 2D 48 0 19 106 38 30
Octal 150 66 276 55 110 0 31 406 70 60
Binary 1101000 110110 10111110 101101 1001000 0 11001 100000110 111000 110000

Color Harmonies of #6836BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6836BE

Black with #6836BE

Text Example


Text Example

White with #6836BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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