Html Css Color HEX #693BDD Purple Heart

📋 copy color: '#693BDD'

red 105 ◦ green 59 ◦ blue 221

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

Shades of Purple Heart #693BDD

Tints of Purple Heart #693BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 27.27%
G = 15.32%
B = 57.4%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#693BDD (or 0x693BDD) is known color: Purple Heart. HEX triplet: 69, 3B and DD. RGB value is (105,59,221). Sum of RGB (Red+Green+Blue) = 105+59+221=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #693BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BDD is #96C422. Grayscale: #5A5A5A. Windows color (decimal): -9880611 or 14498665. OLE color: 14498665.

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

Color convert

RGB 105 59 221 -
CMYK 0.52 0.73 0 0.13
HSL 257.04º 0.7% 0.55% -
HSV(B) 257.04º 0.73% 0.87% -
XYZ 20.44 11.35 69.52 -
YUV 91.22 201.24 137.83 -
System Red Green Blue C M Y K H S L
Decimal 105 59 221 0.52 0.73 0 0.13 257.04 0.7 0.55
Hex 69 3B DD 34 49 0 D 101 46 37
Octal 151 73 335 64 111 0 15 401 106 67
Binary 1101001 111011 11011101 110100 1001001 0 1101 100000001 1000110 110111

Color Harmonies of #693BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693BDD

Black with #693BDD

Text Example


Text Example

White with #693BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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