Html Css Color HEX #693FD5 Purple Heart

📋 copy color: '#693FD5'

red 105 ◦ green 63 ◦ blue 213

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

Shades of Purple Heart #693FD5

Tints of Purple Heart #693FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 16.54%

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

R = 27.56%
G = 16.54%
B = 55.91%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#693FD5 (or 0x693FD5) is known color: Purple Heart. HEX triplet: 69, 3F and D5. RGB value is (105,63,213). Sum of RGB (Red+Green+Blue) = 105+63+213=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #693FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FD5 is #96C02A. Grayscale: #5C5C5C. Windows color (decimal): -9879595 or 13975401. OLE color: 13975401.

HSL color Cylindrical-coordinate representation of color #693FD5: hue angle of 256.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693FD5 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 63 213 -
CMYK 0.51 0.70 0 0.16
HSL 256.8º 0.64% 0.54% -
HSV(B) 256.8º 0.7% 0.84% -
XYZ 19.61 11.36 64.11 -
YUV 92.66 195.91 136.8 -
System Red Green Blue C M Y K H S L
Decimal 105 63 213 0.51 0.70 0 0.16 256.8 0.64 0.54
Hex 69 3F D5 33 46 0 10 101 40 36
Octal 151 77 325 63 106 0 20 401 100 66
Binary 1101001 111111 11010101 110011 1000110 0 10000 100000001 1000000 110110

Color Harmonies of #693FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FD5

Black with #693FD5

Text Example


Text Example

White with #693FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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