Html Css Color HEX #6832BC Purple Heart

📋 copy color: '#6832BC'

red 104 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #6832BC

Tints of Purple Heart #6832BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 30.41%
G = 14.62%
B = 54.97%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6832BC (or 0x6832BC) is known color: Purple Heart. HEX triplet: 68, 32 and BC. RGB value is (104,50,188). Sum of RGB (Red+Green+Blue) = 104+50+188=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #6832BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6832BC is #97CD43. Grayscale: #515151. Windows color (decimal): -9948484 or 12333672. OLE color: 12333672.

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

Color convert

RGB 104 50 188 -
CMYK 0.45 0.73 0 0.26
HSL 263.48º 0.58% 0.47% -
HSV(B) 263.48º 0.73% 0.74% -
XYZ 15.93 8.86 48.45 -
YUV 81.88 187.89 143.78 -
System Red Green Blue C M Y K H S L
Decimal 104 50 188 0.45 0.73 0 0.26 263.48 0.58 0.47
Hex 68 32 BC 2D 49 0 1A 107 3A 2F
Octal 150 62 274 55 111 0 32 407 72 57
Binary 1101000 110010 10111100 101101 1001001 0 11010 100000111 111010 101111

Color Harmonies of #6832BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6832BC

Black with #6832BC

Text Example


Text Example

White with #6832BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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