Html Css Color HEX #6832BE Purple Heart

📋 copy color: '#6832BE'

red 104 ◦ green 50 ◦ blue 190

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

Shades of Purple Heart #6832BE

Tints of Purple Heart #6832BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

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

R = 30.23%
G = 14.53%
B = 55.23%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6832BE (or 0x6832BE) is known color: Purple Heart. HEX triplet: 68, 32 and BE. RGB value is (104,50,190). Sum of RGB (Red+Green+Blue) = 104+50+190=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #6832BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6832BE is #97CD41. Grayscale: #515151. Windows color (decimal): -9948482 or 12464744. OLE color: 12464744.

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

Color convert

RGB 104 50 190 -
CMYK 0.45 0.74 0 0.25
HSL 263.14º 0.58% 0.47% -
HSV(B) 263.14º 0.74% 0.75% -
XYZ 16.14 8.94 49.59 -
YUV 82.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 104 50 190 0.45 0.74 0 0.25 263.14 0.58 0.47
Hex 68 32 BE 2D 4A 0 19 107 3A 2F
Octal 150 62 276 55 112 0 31 407 72 57
Binary 1101000 110010 10111110 101101 1001010 0 11001 100000111 111010 101111

Color Harmonies of #6832BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6832BE

Black with #6832BE

Text Example


Text Example

White with #6832BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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