Html Css Color HEX #693ED8 Purple Heart

📋 copy color: '#693ED8'

red 105 ◦ green 62 ◦ blue 216

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

Shades of Purple Heart #693ED8

Tints of Purple Heart #693ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.4%

R = 27.42%
G = 16.19%
B = 56.4%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#693ED8 (or 0x693ED8) is known color: Purple Heart. HEX triplet: 69, 3E and D8. RGB value is (105,62,216). Sum of RGB (Red+Green+Blue) = 105+62+216=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #693ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ED8 is #96C127. Grayscale: #5B5B5B. Windows color (decimal): -9879848 or 14171753. OLE color: 14171753.

HSL color Cylindrical-coordinate representation of color #693ED8: hue angle of 256.75º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #693ED8 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 62 216 -
CMYK 0.51 0.71 0 0.15
HSL 256.75º 0.66% 0.55% -
HSV(B) 256.75º 0.71% 0.85% -
XYZ 19.94 11.41 66.12 -
YUV 92.41 197.75 136.98 -
System Red Green Blue C M Y K H S L
Decimal 105 62 216 0.51 0.71 0 0.15 256.75 0.66 0.55
Hex 69 3E D8 33 47 0 F 101 42 37
Octal 151 76 330 63 107 0 17 401 102 67
Binary 1101001 111110 11011000 110011 1000111 0 1111 100000001 1000010 110111

Color Harmonies of #693ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693ED8

Black with #693ED8

Text Example


Text Example

White with #693ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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