Html Css Color HEX #682FAE Purple Heart

📋 copy color: '#682FAE'

red 104 ◦ green 47 ◦ blue 174

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

Shades of Purple Heart #682FAE

Tints of Purple Heart #682FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.46%

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

R = 32%
G = 14.46%
B = 53.54%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#682FAE (or 0x682FAE) is known color: Purple Heart. HEX triplet: 68, 2F and AE. RGB value is (104,47,174). Sum of RGB (Red+Green+Blue) = 104+47+174=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #682FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682FAE is #97D051. Grayscale: #4E4E4E. Windows color (decimal): -9949266 or 11415400. OLE color: 11415400.

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

Color convert

RGB 104 47 174 -
CMYK 0.40 0.73 0 0.32
HSL 266.93º 0.57% 0.43% -
HSV(B) 266.93º 0.73% 0.68% -
XYZ 14.37 8.03 40.84 -
YUV 78.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 104 47 174 0.40 0.73 0 0.32 266.93 0.57 0.43
Hex 68 2F AE 28 49 0 20 10B 39 2B
Octal 150 57 256 50 111 0 40 413 71 53
Binary 1101000 101111 10101110 101000 1001001 0 100000 100001011 111001 101011

Color Harmonies of #682FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682FAE

Black with #682FAE

Text Example


Text Example

White with #682FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682FAE; }

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

 H1.HeaderClassName
 {
   color: #682FAE;
 }
 .AnyTagClassName
 {
   color: #682FAE;
 }
</style>

background-color css

<style>
 a { background-color: #682FAE; }

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

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

border-color css

<style>
 span { border-color: #682FAE; }

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

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