Html Css Color HEX #693FBC Purple Heart

📋 copy color: '#693FBC'

red 105 ◦ green 63 ◦ blue 188

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

Shades of Purple Heart #693FBC

Tints of Purple Heart #693FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 29.49%
G = 17.7%
B = 52.81%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#693FBC (or 0x693FBC) is known color: Purple Heart. HEX triplet: 69, 3F and BC. RGB value is (105,63,188). Sum of RGB (Red+Green+Blue) = 105+63+188=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #693FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FBC is #96C043. Grayscale: #595959. Windows color (decimal): -9879620 or 12337001. OLE color: 12337001.

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

Color convert

RGB 105 63 188 -
CMYK 0.44 0.66 0 0.26
HSL 260.16º 0.5% 0.49% -
HSV(B) 260.16º 0.66% 0.74% -
XYZ 16.68 10.19 48.66 -
YUV 89.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 105 63 188 0.44 0.66 0 0.26 260.16 0.5 0.49
Hex 69 3F BC 2C 42 0 1A 104 32 31
Octal 151 77 274 54 102 0 32 404 62 61
Binary 1101001 111111 10111100 101100 1000010 0 11010 100000100 110010 110001

Color Harmonies of #693FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FBC

Black with #693FBC

Text Example


Text Example

White with #693FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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