Html Css Color HEX #693BD6 Purple Heart

📋 copy color: '#693BD6'

red 105 ◦ green 59 ◦ blue 214

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

Shades of Purple Heart #693BD6

Tints of Purple Heart #693BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 56.61%

R = 27.78%
G = 15.61%
B = 56.61%

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

#693BD6 (or 0x693BD6) is known color: Purple Heart. HEX triplet: 69, 3B and D6. RGB value is (105,59,214). Sum of RGB (Red+Green+Blue) = 105+59+214=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 214 (83.98% from 255 or 56.61% from 378); Max value from RGB is 214 - color contains mainly: blue. Hex color #693BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BD6 is #96C429. Grayscale: #595959. Windows color (decimal): -9880618 or 14039913. OLE color: 14039913.

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

Color convert

RGB 105 59 214 -
CMYK 0.51 0.72 0 0.16
HSL 257.81º 0.65% 0.54% -
HSV(B) 257.81º 0.72% 0.84% -
XYZ 19.53 10.99 64.71 -
YUV 90.42 197.74 138.4 -
System Red Green Blue C M Y K H S L
Decimal 105 59 214 0.51 0.72 0 0.16 257.81 0.65 0.54
Hex 69 3B D6 33 48 0 10 102 41 36
Octal 151 73 326 63 110 0 20 402 101 66
Binary 1101001 111011 11010110 110011 1001000 0 10000 100000010 1000001 110110

Color Harmonies of #693BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693BD6

Black with #693BD6

Text Example


Text Example

White with #693BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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