Html Css Color HEX #6831BE Purple Heart

📋 copy color: '#6831BE'

red 104 ◦ green 49 ◦ blue 190

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

Shades of Purple Heart #6831BE

Tints of Purple Heart #6831BE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.29%

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

R = 30.32%
G = 14.29%
B = 55.39%

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

#6831BE (or 0x6831BE) is known color: Purple Heart. HEX triplet: 68, 31 and BE. RGB value is (104,49,190). Sum of RGB (Red+Green+Blue) = 104+49+190=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #6831BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6831BE is #97CE41. Grayscale: #515151. Windows color (decimal): -9948738 or 12464488. OLE color: 12464488.

HSL color Cylindrical-coordinate representation of color #6831BE: hue angle of 263.4º degrees, saturation: 0.59, 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 #6831BE is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 49 190 -
CMYK 0.45 0.74 0 0.25
HSL 263.4º 0.59% 0.47% -
HSV(B) 263.4º 0.74% 0.75% -
XYZ 16.1 8.86 49.58 -
YUV 81.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 104 49 190 0.45 0.74 0 0.25 263.4 0.59 0.47
Hex 68 31 BE 2D 4A 0 19 107 3B 2F
Octal 150 61 276 55 112 0 31 407 73 57
Binary 1101000 110001 10111110 101101 1001010 0 11001 100000111 111011 101111

Color Harmonies of #6831BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6831BE

Black with #6831BE

Text Example


Text Example

White with #6831BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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