Html Css Color HEX #682FAF Purple Heart

📋 copy color: '#682FAF'

red 104 ◦ green 47 ◦ blue 175

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

Shades of Purple Heart #682FAF

Tints of Purple Heart #682FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.68%

R = 31.9%
G = 14.42%
B = 53.68%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#682FAF (or 0x682FAF) is known color: Purple Heart. HEX triplet: 68, 2F and AF. RGB value is (104,47,175). Sum of RGB (Red+Green+Blue) = 104+47+175=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #682FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682FAF is #97D050. Grayscale: #4E4E4E. Windows color (decimal): -9949265 or 11480936. OLE color: 11480936.

HSL color Cylindrical-coordinate representation of color #682FAF: hue angle of 266.72º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682FAF is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 47 175 -
CMYK 0.41 0.73 0 0.31
HSL 266.72º 0.58% 0.44% -
HSV(B) 266.72º 0.73% 0.69% -
XYZ 14.46 8.07 41.35 -
YUV 78.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 104 47 175 0.41 0.73 0 0.31 266.72 0.58 0.44
Hex 68 2F AF 29 49 0 1F 10B 3A 2C
Octal 150 57 257 51 111 0 37 413 72 54
Binary 1101000 101111 10101111 101001 1001001 0 11111 100001011 111010 101100

Color Harmonies of #682FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682FAF

Black with #682FAF

Text Example


Text Example

White with #682FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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