Html Css Color HEX #682BAE Purple Heart

📋 copy color: '#682BAE'

red 104 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #682BAE

Tints of Purple Heart #682BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.4%

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

R = 32.4%
G = 13.4%
B = 54.21%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#682BAE (or 0x682BAE) is known color: Purple Heart. HEX triplet: 68, 2B and AE. RGB value is (104,43,174). Sum of RGB (Red+Green+Blue) = 104+43+174=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #682BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682BAE is #97D451. Grayscale: #4B4B4B. Windows color (decimal): -9950290 or 11414376. OLE color: 11414376.

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

Color convert

RGB 104 43 174 -
CMYK 0.40 0.75 0 0.32
HSL 267.94º 0.6% 0.43% -
HSV(B) 267.94º 0.75% 0.68% -
XYZ 14.21 7.73 40.79 -
YUV 76.17 183.21 147.85 -
System Red Green Blue C M Y K H S L
Decimal 104 43 174 0.40 0.75 0 0.32 267.94 0.6 0.43
Hex 68 2B AE 28 4B 0 20 10C 3C 2B
Octal 150 53 256 50 113 0 40 414 74 53
Binary 1101000 101011 10101110 101000 1001011 0 100000 100001100 111100 101011

Color Harmonies of #682BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BAE

Black with #682BAE

Text Example


Text Example

White with #682BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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