Html Css Color HEX #693DDB Purple Heart

📋 copy color: '#693DDB'

red 105 ◦ green 61 ◦ blue 219

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

Shades of Purple Heart #693DDB

Tints of Purple Heart #693DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.84%

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

R = 27.27%
G = 15.84%
B = 56.88%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#693DDB (or 0x693DDB) is known color: Purple Heart. HEX triplet: 69, 3D and DB. RGB value is (105,61,219). Sum of RGB (Red+Green+Blue) = 105+61+219=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #693DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DDB is #96C224. Grayscale: #5B5B5B. Windows color (decimal): -9880101 or 14368105. OLE color: 14368105.

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

Color convert

RGB 105 61 219 -
CMYK 0.52 0.72 0 0.14
HSL 256.71º 0.69% 0.55% -
HSV(B) 256.71º 0.72% 0.86% -
XYZ 20.28 11.46 68.16 -
YUV 92.17 199.58 137.15 -
System Red Green Blue C M Y K H S L
Decimal 105 61 219 0.52 0.72 0 0.14 256.71 0.69 0.55
Hex 69 3D DB 34 48 0 E 101 45 37
Octal 151 75 333 64 110 0 16 401 105 67
Binary 1101001 111101 11011011 110100 1001000 0 1110 100000001 1000101 110111

Color Harmonies of #693DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693DDB

Black with #693DDB

Text Example


Text Example

White with #693DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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