Html Css Color HEX #693BBD Purple Heart

📋 copy color: '#693BBD'

red 105 ◦ green 59 ◦ blue 189

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

Shades of Purple Heart #693BBD

Tints of Purple Heart #693BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.54%

R = 29.75%
G = 16.71%
B = 53.54%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#693BBD (or 0x693BBD) is known color: Purple Heart. HEX triplet: 69, 3B and BD. RGB value is (105,59,189). Sum of RGB (Red+Green+Blue) = 105+59+189=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #693BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BBD is #96C442. Grayscale: #575757. Windows color (decimal): -9880643 or 12401513. OLE color: 12401513.

HSL color Cylindrical-coordinate representation of color #693BBD: hue angle of 261.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #693BBD is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 59 189 -
CMYK 0.44 0.69 0 0.26
HSL 261.23º 0.52% 0.49% -
HSV(B) 261.23º 0.69% 0.74% -
XYZ 16.57 9.81 49.16 -
YUV 87.57 185.24 140.43 -
System Red Green Blue C M Y K H S L
Decimal 105 59 189 0.44 0.69 0 0.26 261.23 0.52 0.49
Hex 69 3B BD 2C 45 0 1A 105 34 31
Octal 151 73 275 54 105 0 32 405 64 61
Binary 1101001 111011 10111101 101100 1000101 0 11010 100000101 110100 110001

Color Harmonies of #693BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693BBD

Black with #693BBD

Text Example


Text Example

White with #693BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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