Html Css Color HEX #693DBB Purple Heart

📋 copy color: '#693DBB'

red 105 ◦ green 61 ◦ blue 187

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

Shades of Purple Heart #693DBB

Tints of Purple Heart #693DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 29.75%
G = 17.28%
B = 52.97%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#693DBB (or 0x693DBB) is known color: Purple Heart. HEX triplet: 69, 3D and BB. RGB value is (105,61,187). Sum of RGB (Red+Green+Blue) = 105+61+187=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #693DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DBB is #96C244. Grayscale: #585858. Windows color (decimal): -9880133 or 12270953. OLE color: 12270953.

HSL color Cylindrical-coordinate representation of color #693DBB: hue angle of 260.95º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #693DBB is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 61 187 -
CMYK 0.44 0.67 0 0.27
HSL 260.95º 0.51% 0.49% -
HSV(B) 260.95º 0.67% 0.73% -
XYZ 16.46 9.93 48.06 -
YUV 88.52 183.58 139.75 -
System Red Green Blue C M Y K H S L
Decimal 105 61 187 0.44 0.67 0 0.27 260.95 0.51 0.49
Hex 69 3D BB 2C 43 0 1B 105 33 31
Octal 151 75 273 54 103 0 33 405 63 61
Binary 1101001 111101 10111011 101100 1000011 0 11011 100000101 110011 110001

Color Harmonies of #693DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693DBB

Black with #693DBB

Text Example


Text Example

White with #693DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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