Html Css Color HEX #6830AE Purple Heart

📋 copy color: '#6830AE'

red 104 ◦ green 48 ◦ blue 174

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

Shades of Purple Heart #6830AE

Tints of Purple Heart #6830AE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.72%

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 31.9%
G = 14.72%
B = 53.37%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6830AE (or 0x6830AE) is known color: Purple Heart. HEX triplet: 68, 30 and AE. RGB value is (104,48,174). Sum of RGB (Red+Green+Blue) = 104+48+174=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #6830AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6830AE is #97CF51. Grayscale: #4E4E4E. Windows color (decimal): -9949010 or 11415656. OLE color: 11415656.

HSL color Cylindrical-coordinate representation of color #6830AE: hue angle of 266.67º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6830AE is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 48 174 -
CMYK 0.40 0.72 0 0.32
HSL 266.67º 0.57% 0.44% -
HSV(B) 266.67º 0.72% 0.68% -
XYZ 14.41 8.11 40.85 -
YUV 79.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 104 48 174 0.40 0.72 0 0.32 266.67 0.57 0.44
Hex 68 30 AE 28 48 0 20 10B 39 2C
Octal 150 60 256 50 110 0 40 413 71 54
Binary 1101000 110000 10101110 101000 1001000 0 100000 100001011 111001 101100

Color Harmonies of #6830AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6830AE

Black with #6830AE

Text Example


Text Example

White with #6830AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6830AE; }

 p { color: rgb(104,48,174); }

 H1.HeaderClassName
 {
   color: #6830AE;
 }
 .AnyTagClassName
 {
   color: #6830AE;
 }
</style>

background-color css

<style>
 a { background-color: #6830AE; }

 a { background-color: rgb(104,48,174); }

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

border-color css

<style>
 span { border-color: #6830AE; }

 span { border-color: rgb(104,48,174); }

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