Html Css Color HEX #693DBF Purple Heart

📋 copy color: '#693DBF'

red 105 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #693DBF

Tints of Purple Heart #693DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.5%

R = 29.41%
G = 17.09%
B = 53.5%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#693DBF (or 0x693DBF) is known color: Purple Heart. HEX triplet: 69, 3D and BF. RGB value is (105,61,191). Sum of RGB (Red+Green+Blue) = 105+61+191=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #693DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DBF is #96C240. Grayscale: #585858. Windows color (decimal): -9880129 or 12533097. OLE color: 12533097.

HSL color Cylindrical-coordinate representation of color #693DBF: hue angle of 260.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #693DBF is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 61 191 -
CMYK 0.45 0.68 0 0.25
HSL 260.31º 0.52% 0.49% -
HSV(B) 260.31º 0.68% 0.75% -
XYZ 16.9 10.1 50.35 -
YUV 88.98 185.58 139.43 -
System Red Green Blue C M Y K H S L
Decimal 105 61 191 0.45 0.68 0 0.25 260.31 0.52 0.49
Hex 69 3D BF 2D 44 0 19 104 34 31
Octal 151 75 277 55 104 0 31 404 64 61
Binary 1101001 111101 10111111 101101 1000100 0 11001 100000100 110100 110001

Color Harmonies of #693DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693DBF

Black with #693DBF

Text Example


Text Example

White with #693DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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