Html Css Color HEX #682BCD Purple Heart

📋 copy color: '#682BCD'

red 104 ◦ green 43 ◦ blue 205

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

Shades of Purple Heart #682BCD

Tints of Purple Heart #682BCD

RGB

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

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

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

R = 29.55%
G = 12.22%
B = 58.24%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#682BCD (or 0x682BCD) is known color: Purple Heart. HEX triplet: 68, 2B and CD. RGB value is (104,43,205). Sum of RGB (Red+Green+Blue) = 104+43+205=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #682BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BCD is #97D432. Grayscale: #4F4F4F. Windows color (decimal): -9950259 or 13445992. OLE color: 13445992.

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

Color convert

RGB 104 43 205 -
CMYK 0.49 0.79 0 0.20
HSL 262.59º 0.65% 0.49% -
HSV(B) 262.59º 0.79% 0.8% -
XYZ 17.59 9.08 58.58 -
YUV 79.71 198.71 145.33 -
System Red Green Blue C M Y K H S L
Decimal 104 43 205 0.49 0.79 0 0.20 262.59 0.65 0.49
Hex 68 2B CD 31 4F 0 14 107 41 31
Octal 150 53 315 61 117 0 24 407 101 61
Binary 1101000 101011 11001101 110001 1001111 0 10100 100000111 1000001 110001

Color Harmonies of #682BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BCD

Black with #682BCD

Text Example


Text Example

White with #682BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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