Html Css Color HEX #682CCC Purple Heart

📋 copy color: '#682CCC'

red 104 ◦ green 44 ◦ blue 204

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

Shades of Purple Heart #682CCC

Tints of Purple Heart #682CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 29.55%
G = 12.5%
B = 57.95%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#682CCC (or 0x682CCC) is known color: Purple Heart. HEX triplet: 68, 2C and CC. RGB value is (104,44,204). Sum of RGB (Red+Green+Blue) = 104+44+204=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #682CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CCC is #97D333. Grayscale: #4F4F4F. Windows color (decimal): -9950004 or 13380712. OLE color: 13380712.

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

Color convert

RGB 104 44 204 -
CMYK 0.49 0.78 0 0.2
HSL 262.5º 0.65% 0.49% -
HSV(B) 262.5º 0.78% 0.8% -
XYZ 17.51 9.1 57.96 -
YUV 80.18 197.88 144.99 -
System Red Green Blue C M Y K H S L
Decimal 104 44 204 0.49 0.78 0 0.2 262.5 0.65 0.49
Hex 68 2C CC 31 4E 0 14 106 41 31
Octal 150 54 314 61 116 0 24 406 101 61
Binary 1101000 101100 11001100 110001 1001110 0 10100 100000110 1000001 110001

Color Harmonies of #682CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CCC

Black with #682CCC

Text Example


Text Example

White with #682CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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