Html Css Color HEX #682ABA Purple Heart

📋 copy color: '#682ABA'

red 104 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #682ABA

Tints of Purple Heart #682ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.65%

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 31.33%
G = 12.65%
B = 56.02%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#682ABA (or 0x682ABA) is known color: Purple Heart. HEX triplet: 68, 2A and BA. RGB value is (104,42,186). Sum of RGB (Red+Green+Blue) = 104+42+186=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #682ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ABA is #97D545. Grayscale: #4C4C4C. Windows color (decimal): -9950534 or 12200552. OLE color: 12200552.

HSL color Cylindrical-coordinate representation of color #682ABA: hue angle of 265.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682ABA is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 42 186 -
CMYK 0.44 0.77 0 0.27
HSL 265.83º 0.63% 0.45% -
HSV(B) 265.83º 0.77% 0.73% -
XYZ 15.4 8.14 47.21 -
YUV 76.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 104 42 186 0.44 0.77 0 0.27 265.83 0.63 0.45
Hex 68 2A BA 2C 4D 0 1B 10A 3F 2D
Octal 150 52 272 54 115 0 33 412 77 55
Binary 1101000 101010 10111010 101100 1001101 0 11011 100001010 111111 101101

Color Harmonies of #682ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682ABA

Black with #682ABA

Text Example


Text Example

White with #682ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,42,186); }

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

background-color css

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

 a { background-color: rgb(104,42,186); }

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

border-color css

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

 span { border-color: rgb(104,42,186); }

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