Html Css Color HEX #693BD5 Purple Heart

📋 copy color: '#693BD5'

red 105 ◦ green 59 ◦ blue 213

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

Shades of Purple Heart #693BD5

Tints of Purple Heart #693BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.5%

R = 27.85%
G = 15.65%
B = 56.5%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#693BD5 (or 0x693BD5) is known color: Purple Heart. HEX triplet: 69, 3B and D5. RGB value is (105,59,213). Sum of RGB (Red+Green+Blue) = 105+59+213=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #693BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BD5 is #96C42A. Grayscale: #595959. Windows color (decimal): -9880619 or 13974377. OLE color: 13974377.

HSL color Cylindrical-coordinate representation of color #693BD5: hue angle of 257.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693BD5 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 59 213 -
CMYK 0.51 0.72 0 0.16
HSL 257.92º 0.65% 0.53% -
HSV(B) 257.92º 0.72% 0.84% -
XYZ 19.4 10.94 64.04 -
YUV 90.31 197.24 138.48 -
System Red Green Blue C M Y K H S L
Decimal 105 59 213 0.51 0.72 0 0.16 257.92 0.65 0.53
Hex 69 3B D5 33 48 0 10 102 41 35
Octal 151 73 325 63 110 0 20 402 101 65
Binary 1101001 111011 11010101 110011 1001000 0 10000 100000010 1000001 110101

Color Harmonies of #693BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693BD5

Black with #693BD5

Text Example


Text Example

White with #693BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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