Html Css Color HEX #682CB3 Purple Heart

📋 copy color: '#682CB3'

red 104 ◦ green 44 ◦ blue 179

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

Shades of Purple Heart #682CB3

Tints of Purple Heart #682CB3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.46%

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

R = 31.8%
G = 13.46%
B = 54.74%

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

#682CB3 (or 0x682CB3) is known color: Purple Heart. HEX triplet: 68, 2C and B3. RGB value is (104,44,179). Sum of RGB (Red+Green+Blue) = 104+44+179=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #682CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CB3 is #97D34C. Grayscale: #4C4C4C. Windows color (decimal): -9950029 or 11742312. OLE color: 11742312.

HSL color Cylindrical-coordinate representation of color #682CB3: hue angle of 266.67º degrees, saturation: 0.61, 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 #682CB3 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 44 179 -
CMYK 0.42 0.75 0 0.30
HSL 266.67º 0.61% 0.44% -
HSV(B) 266.67º 0.75% 0.7% -
XYZ 14.75 8 43.41 -
YUV 77.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 104 44 179 0.42 0.75 0 0.30 266.67 0.61 0.44
Hex 68 2C B3 2A 4B 0 1E 10B 3D 2C
Octal 150 54 263 52 113 0 36 413 75 54
Binary 1101000 101100 10110011 101010 1001011 0 11110 100001011 111101 101100

Color Harmonies of #682CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CB3

Black with #682CB3

Text Example


Text Example

White with #682CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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