Html Css Color HEX #693ECE Purple Heart

📋 copy color: '#693ECE'

red 105 ◦ green 62 ◦ blue 206

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

Shades of Purple Heart #693ECE

Tints of Purple Heart #693ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 28.15%
G = 16.62%
B = 55.23%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#693ECE (or 0x693ECE) is known color: Purple Heart. HEX triplet: 69, 3E and CE. RGB value is (105,62,206). Sum of RGB (Red+Green+Blue) = 105+62+206=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #693ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ECE is #96C131. Grayscale: #5A5A5A. Windows color (decimal): -9879858 or 13516393. OLE color: 13516393.

HSL color Cylindrical-coordinate representation of color #693ECE: hue angle of 257.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693ECE is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 62 206 -
CMYK 0.49 0.70 0 0.19
HSL 257.92º 0.6% 0.53% -
HSV(B) 257.92º 0.7% 0.81% -
XYZ 18.69 10.9 59.51 -
YUV 91.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 105 62 206 0.49 0.70 0 0.19 257.92 0.6 0.53
Hex 69 3E CE 31 46 0 13 102 3C 35
Octal 151 76 316 61 106 0 23 402 74 65
Binary 1101001 111110 11001110 110001 1000110 0 10011 100000010 111100 110101

Color Harmonies of #693ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693ECE

Black with #693ECE

Text Example


Text Example

White with #693ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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