Html Css Color HEX #683DCD Purple Heart

📋 copy color: '#683DCD'

red 104 ◦ green 61 ◦ blue 205

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

Shades of Purple Heart #683DCD

Tints of Purple Heart #683DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.49%

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

R = 28.11%
G = 16.49%
B = 55.41%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#683DCD (or 0x683DCD) is known color: Purple Heart. HEX triplet: 68, 3D and CD. RGB value is (104,61,205). Sum of RGB (Red+Green+Blue) = 104+61+205=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #683DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DCD is #97C232. Grayscale: #595959. Windows color (decimal): -9945651 or 13450600. OLE color: 13450600.

HSL color Cylindrical-coordinate representation of color #683DCD: hue angle of 257.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #683DCD is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 61 205 -
CMYK 0.49 0.70 0 0.20
HSL 257.92º 0.59% 0.52% -
HSV(B) 257.92º 0.7% 0.8% -
XYZ 18.4 10.69 58.85 -
YUV 90.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 104 61 205 0.49 0.70 0 0.20 257.92 0.59 0.52
Hex 68 3D CD 31 46 0 14 102 3B 34
Octal 150 75 315 61 106 0 24 402 73 64
Binary 1101000 111101 11001101 110001 1000110 0 10100 100000010 111011 110100

Color Harmonies of #683DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683DCD

Black with #683DCD

Text Example


Text Example

White with #683DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683DCD; }

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

 H1.HeaderClassName
 {
   color: #683DCD;
 }
 .AnyTagClassName
 {
   color: #683DCD;
 }
</style>

background-color css

<style>
 a { background-color: #683DCD; }

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

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

border-color css

<style>
 span { border-color: #683DCD; }

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

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