Html Css Color HEX #693DDA Purple Heart

📋 copy color: '#693DDA'

red 105 ◦ green 61 ◦ blue 218

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

Shades of Purple Heart #693DDA

Tints of Purple Heart #693DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.77%

R = 27.34%
G = 15.89%
B = 56.77%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#693DDA (or 0x693DDA) is known color: Purple Heart. HEX triplet: 69, 3D and DA. RGB value is (105,61,218). Sum of RGB (Red+Green+Blue) = 105+61+218=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #693DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DDA is #96C225. Grayscale: #5B5B5B. Windows color (decimal): -9880102 or 14302569. OLE color: 14302569.

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

Color convert

RGB 105 61 218 -
CMYK 0.52 0.72 0 0.15
HSL 256.82º 0.68% 0.55% -
HSV(B) 256.82º 0.72% 0.85% -
XYZ 20.15 11.4 67.47 -
YUV 92.05 199.08 137.23 -
System Red Green Blue C M Y K H S L
Decimal 105 61 218 0.52 0.72 0 0.15 256.82 0.68 0.55
Hex 69 3D DA 34 48 0 F 101 44 37
Octal 151 75 332 64 110 0 17 401 104 67
Binary 1101001 111101 11011010 110100 1001000 0 1111 100000001 1000100 110111

Color Harmonies of #693DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693DDA

Black with #693DDA

Text Example


Text Example

White with #693DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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