Html Css Color HEX #6831CC Purple Heart

📋 copy color: '#6831CC'

red 104 ◦ green 49 ◦ blue 204

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

Shades of Purple Heart #6831CC

Tints of Purple Heart #6831CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 29.13%
G = 13.73%
B = 57.14%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6831CC (or 0x6831CC) is known color: Purple Heart. HEX triplet: 68, 31 and CC. RGB value is (104,49,204). Sum of RGB (Red+Green+Blue) = 104+49+204=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #6831CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6831CC is #97CE33. Grayscale: #525252. Windows color (decimal): -9948724 or 13381992. OLE color: 13381992.

HSL color Cylindrical-coordinate representation of color #6831CC: hue angle of 261.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6831CC is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 49 204 -
CMYK 0.49 0.76 0 0.2
HSL 261.29º 0.61% 0.5% -
HSV(B) 261.29º 0.76% 0.8% -
XYZ 17.71 9.5 58.03 -
YUV 83.12 196.22 142.9 -
System Red Green Blue C M Y K H S L
Decimal 104 49 204 0.49 0.76 0 0.2 261.29 0.61 0.5
Hex 68 31 CC 31 4C 0 14 105 3D 32
Octal 150 61 314 61 114 0 24 405 75 62
Binary 1101000 110001 11001100 110001 1001100 0 10100 100000101 111101 110010

Color Harmonies of #6831CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6831CC

Black with #6831CC

Text Example


Text Example

White with #6831CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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