Html Css Color HEX #693CDB Purple Heart

📋 copy color: '#693CDB'

red 105 ◦ green 60 ◦ blue 219

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

Shades of Purple Heart #693CDB

Tints of Purple Heart #693CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.63%

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

R = 27.34%
G = 15.63%
B = 57.03%

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

#693CDB (or 0x693CDB) is known color: Purple Heart. HEX triplet: 69, 3C and DB. RGB value is (105,60,219). Sum of RGB (Red+Green+Blue) = 105+60+219=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #693CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CDB is #96C324. Grayscale: #5A5A5A. Windows color (decimal): -9880357 or 14367849. OLE color: 14367849.

HSL color Cylindrical-coordinate representation of color #693CDB: hue angle of 256.98º 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 #693CDB is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 60 219 -
CMYK 0.52 0.73 0 0.14
HSL 256.98º 0.69% 0.55% -
HSV(B) 256.98º 0.73% 0.86% -
XYZ 20.23 11.35 68.14 -
YUV 91.58 199.91 137.57 -
System Red Green Blue C M Y K H S L
Decimal 105 60 219 0.52 0.73 0 0.14 256.98 0.69 0.55
Hex 69 3C DB 34 49 0 E 101 45 37
Octal 151 74 333 64 111 0 16 401 105 67
Binary 1101001 111100 11011011 110100 1001001 0 1110 100000001 1000101 110111

Color Harmonies of #693CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CDB

Black with #693CDB

Text Example


Text Example

White with #693CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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