Html Css Color HEX #682ACD Purple Heart

📋 copy color: '#682ACD'

red 104 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #682ACD

Tints of Purple Heart #682ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 29.63%
G = 11.97%
B = 58.4%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#682ACD (or 0x682ACD) is known color: Purple Heart. HEX triplet: 68, 2A and CD. RGB value is (104,42,205). Sum of RGB (Red+Green+Blue) = 104+42+205=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #682ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ACD is #97D532. Grayscale: #4E4E4E. Windows color (decimal): -9950515 or 13445736. OLE color: 13445736.

HSL color Cylindrical-coordinate representation of color #682ACD: hue angle of 262.82º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682ACD is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 42 205 -
CMYK 0.49 0.80 0 0.20
HSL 262.82º 0.66% 0.48% -
HSV(B) 262.82º 0.8% 0.8% -
XYZ 17.56 9.01 58.57 -
YUV 79.12 199.04 145.75 -
System Red Green Blue C M Y K H S L
Decimal 104 42 205 0.49 0.80 0 0.20 262.82 0.66 0.48
Hex 68 2A CD 31 50 0 14 107 42 30
Octal 150 52 315 61 120 0 24 407 102 60
Binary 1101000 101010 11001101 110001 1010000 0 10100 100000111 1000010 110000

Color Harmonies of #682ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682ACD

Black with #682ACD

Text Example


Text Example

White with #682ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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