Html Css Color HEX #693EDC Purple Heart

📋 copy color: '#693EDC'

red 105 ◦ green 62 ◦ blue 220

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

Shades of Purple Heart #693EDC

Tints of Purple Heart #693EDC

RGB

 RED value IS 105 (41.41% from 255) = 27.13%

 GREEN value IS 62 (24.61% from 255) = 16.02%

 BLUE value IS 220 (86.33% from 255) = 56.85%

R = 27.13%
G = 16.02%
B = 56.85%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#693EDC (or 0x693EDC) is known color: Purple Heart. HEX triplet: 69, 3E and DC. RGB value is (105,62,220). Sum of RGB (Red+Green+Blue) = 105+62+220=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #693EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693EDC is #96C123. Grayscale: #5C5C5C. Windows color (decimal): -9879844 or 14433897. OLE color: 14433897.

HSL color Cylindrical-coordinate representation of color #693EDC: hue angle of 256.33º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693EDC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 62 220 -
CMYK 0.52 0.72 0 0.14
HSL 256.33º 0.69% 0.55% -
HSV(B) 256.33º 0.72% 0.86% -
XYZ 20.47 11.62 68.87 -
YUV 92.87 199.75 136.65 -
System Red Green Blue C M Y K H S L
Decimal 105 62 220 0.52 0.72 0 0.14 256.33 0.69 0.55
Hex 69 3E DC 34 48 0 E 100 45 37
Octal 151 76 334 64 110 0 16 400 105 67
Binary 1101001 111110 11011100 110100 1001000 0 1110 100000000 1000101 110111

Color Harmonies of #693EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693EDC

Black with #693EDC

Text Example


Text Example

White with #693EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693EDC; }

 p { color: rgb(105,62,220); }

 H1.HeaderClassName
 {
   color: #693EDC;
 }
 .AnyTagClassName
 {
   color: #693EDC;
 }
</style>

background-color css

<style>
 a { background-color: #693EDC; }

 a { background-color: rgb(105,62,220); }

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

border-color css

<style>
 span { border-color: #693EDC; }

 span { border-color: rgb(105,62,220); }

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