Html Css Color HEX #693BDB Purple Heart

📋 copy color: '#693BDB'

red 105 ◦ green 59 ◦ blue 219

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

Shades of Purple Heart #693BDB

Tints of Purple Heart #693BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.4%

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 27.42%
G = 15.4%
B = 57.18%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#693BDB (or 0x693BDB) is known color: Purple Heart. HEX triplet: 69, 3B and DB. RGB value is (105,59,219). Sum of RGB (Red+Green+Blue) = 105+59+219=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #693BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BDB is #96C424. Grayscale: #5A5A5A. Windows color (decimal): -9880613 or 14367593. OLE color: 14367593.

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

Color convert

RGB 105 59 219 -
CMYK 0.52 0.73 0 0.14
HSL 257.25º 0.69% 0.55% -
HSV(B) 257.25º 0.73% 0.86% -
XYZ 20.18 11.25 68.13 -
YUV 90.99 200.24 137.99 -
System Red Green Blue C M Y K H S L
Decimal 105 59 219 0.52 0.73 0 0.14 257.25 0.69 0.55
Hex 69 3B DB 34 49 0 E 101 45 37
Octal 151 73 333 64 111 0 16 401 105 67
Binary 1101001 111011 11011011 110100 1001001 0 1110 100000001 1000101 110111

Color Harmonies of #693BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693BDB

Black with #693BDB

Text Example


Text Example

White with #693BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,59,219); }

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

background-color css

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

 a { background-color: rgb(105,59,219); }

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

border-color css

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

 span { border-color: rgb(105,59,219); }

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