Html Css Color HEX #682DB3 Purple Heart

📋 copy color: '#682DB3'

red 104 ◦ green 45 ◦ blue 179

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

Shades of Purple Heart #682DB3

Tints of Purple Heart #682DB3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.72%

 BLUE value IS 179 (70.31% from 255) = 54.57%

R = 31.71%
G = 13.72%
B = 54.57%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#682DB3 (or 0x682DB3) is known color: Purple Heart. HEX triplet: 68, 2D and B3. RGB value is (104,45,179). Sum of RGB (Red+Green+Blue) = 104+45+179=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 179 (70.31% from 255 or 54.57% from 328); Max value from RGB is 179 - color contains mainly: blue. Hex color #682DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DB3 is #97D24C. Grayscale: #4D4D4D. Windows color (decimal): -9949773 or 11742568. OLE color: 11742568.

HSL color Cylindrical-coordinate representation of color #682DB3: hue angle of 266.42º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #682DB3 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 45 179 -
CMYK 0.42 0.75 0 0.30
HSL 266.42º 0.6% 0.44% -
HSV(B) 266.42º 0.75% 0.7% -
XYZ 14.78 8.07 43.43 -
YUV 77.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 104 45 179 0.42 0.75 0 0.30 266.42 0.6 0.44
Hex 68 2D B3 2A 4B 0 1E 10A 3C 2C
Octal 150 55 263 52 113 0 36 412 74 54
Binary 1101000 101101 10110011 101010 1001011 0 11110 100001010 111100 101100

Color Harmonies of #682DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DB3

Black with #682DB3

Text Example


Text Example

White with #682DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,45,179); }

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

background-color css

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

 a { background-color: rgb(104,45,179); }

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

border-color css

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

 span { border-color: rgb(104,45,179); }

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