Html Css Color HEX #693ED0 Purple Heart

📋 copy color: '#693ED0'

red 105 ◦ green 62 ◦ blue 208

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

Shades of Purple Heart #693ED0

Tints of Purple Heart #693ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.47%

R = 28%
G = 16.53%
B = 55.47%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#693ED0 (or 0x693ED0) is known color: Purple Heart. HEX triplet: 69, 3E and D0. RGB value is (105,62,208). Sum of RGB (Red+Green+Blue) = 105+62+208=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #693ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ED0 is #96C12F. Grayscale: #5A5A5A. Windows color (decimal): -9879856 or 13647465. OLE color: 13647465.

HSL color Cylindrical-coordinate representation of color #693ED0: hue angle of 257.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693ED0 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 62 208 -
CMYK 0.50 0.70 0 0.18
HSL 257.67º 0.61% 0.53% -
HSV(B) 257.67º 0.7% 0.82% -
XYZ 18.93 11 60.8 -
YUV 91.5 193.75 137.63 -
System Red Green Blue C M Y K H S L
Decimal 105 62 208 0.50 0.70 0 0.18 257.67 0.61 0.53
Hex 69 3E D0 32 46 0 12 102 3D 35
Octal 151 76 320 62 106 0 22 402 75 65
Binary 1101001 111110 11010000 110010 1000110 0 10010 100000010 111101 110101

Color Harmonies of #693ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693ED0

Black with #693ED0

Text Example


Text Example

White with #693ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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