Html Css Color HEX #682CDE Purple Heart

📋 copy color: '#682CDE'

red 104 ◦ green 44 ◦ blue 222

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

Shades of Purple Heart #682CDE

Tints of Purple Heart #682CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60%

R = 28.11%
G = 11.89%
B = 60%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#682CDE (or 0x682CDE) is known color: Purple Heart. HEX triplet: 68, 2C and DE. RGB value is (104,44,222). Sum of RGB (Red+Green+Blue) = 104+44+222=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #682CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CDE is #97D321. Grayscale: #515151. Windows color (decimal): -9949986 or 14560360. OLE color: 14560360.

HSL color Cylindrical-coordinate representation of color #682CDE: hue angle of 260.22º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682CDE is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 44 222 -
CMYK 0.53 0.80 0 0.13
HSL 260.22º 0.73% 0.52% -
HSV(B) 260.22º 0.8% 0.87% -
XYZ 19.79 10.02 70 -
YUV 82.23 206.88 143.53 -
System Red Green Blue C M Y K H S L
Decimal 104 44 222 0.53 0.80 0 0.13 260.22 0.73 0.52
Hex 68 2C DE 35 50 0 D 104 49 34
Octal 150 54 336 65 120 0 15 404 111 64
Binary 1101000 101100 11011110 110101 1010000 0 1101 100000100 1001001 110100

Color Harmonies of #682CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CDE

Black with #682CDE

Text Example


Text Example

White with #682CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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