Html Css Color HEX #693EBC Purple Heart

📋 copy color: '#693EBC'

red 105 ◦ green 62 ◦ blue 188

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

Shades of Purple Heart #693EBC

Tints of Purple Heart #693EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

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

R = 29.58%
G = 17.46%
B = 52.96%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#693EBC (or 0x693EBC) is known color: Purple Heart. HEX triplet: 69, 3E and BC. RGB value is (105,62,188). Sum of RGB (Red+Green+Blue) = 105+62+188=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #693EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693EBC is #96C143. Grayscale: #585858. Windows color (decimal): -9879876 or 12336745. OLE color: 12336745.

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

Color convert

RGB 105 62 188 -
CMYK 0.44 0.67 0 0.26
HSL 260.48º 0.5% 0.49% -
HSV(B) 260.48º 0.67% 0.74% -
XYZ 16.63 10.08 48.65 -
YUV 89.22 183.75 139.25 -
System Red Green Blue C M Y K H S L
Decimal 105 62 188 0.44 0.67 0 0.26 260.48 0.5 0.49
Hex 69 3E BC 2C 43 0 1A 104 32 31
Octal 151 76 274 54 103 0 32 404 62 61
Binary 1101001 111110 10111100 101100 1000011 0 11010 100000100 110010 110001

Color Harmonies of #693EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693EBC

Black with #693EBC

Text Example


Text Example

White with #693EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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