Html Css Color HEX #693FBB Purple Heart

📋 copy color: '#693FBB'

red 105 ◦ green 63 ◦ blue 187

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

Shades of Purple Heart #693FBB

Tints of Purple Heart #693FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.75%

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

R = 29.58%
G = 17.75%
B = 52.68%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#693FBB (or 0x693FBB) is known color: Purple Heart. HEX triplet: 69, 3F and BB. RGB value is (105,63,187). Sum of RGB (Red+Green+Blue) = 105+63+187=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #693FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FBB is #96C044. Grayscale: #595959. Windows color (decimal): -9879621 or 12271465. OLE color: 12271465.

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

Color convert

RGB 105 63 187 -
CMYK 0.44 0.66 0 0.27
HSL 260.32º 0.5% 0.49% -
HSV(B) 260.32º 0.66% 0.73% -
XYZ 16.57 10.15 48.1 -
YUV 89.69 182.91 138.92 -
System Red Green Blue C M Y K H S L
Decimal 105 63 187 0.44 0.66 0 0.27 260.32 0.5 0.49
Hex 69 3F BB 2C 42 0 1B 104 32 31
Octal 151 77 273 54 102 0 33 404 62 61
Binary 1101001 111111 10111011 101100 1000010 0 11011 100000100 110010 110001

Color Harmonies of #693FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FBB

Black with #693FBB

Text Example


Text Example

White with #693FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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