Html Css Color HEX #693FBA Purple Heart

📋 copy color: '#693FBA'

red 105 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #693FBA

Tints of Purple Heart #693FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 29.66%
G = 17.8%
B = 52.54%

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

#693FBA (or 0x693FBA) is known color: Purple Heart. HEX triplet: 69, 3F and BA. RGB value is (105,63,186). Sum of RGB (Red+Green+Blue) = 105+63+186=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #693FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FBA is #96C045. Grayscale: #595959. Windows color (decimal): -9879622 or 12205929. OLE color: 12205929.

HSL color Cylindrical-coordinate representation of color #693FBA: hue angle of 260.49º degrees, saturation: 0.49, 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 #693FBA is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 63 186 -
CMYK 0.44 0.66 0 0.27
HSL 260.49º 0.49% 0.49% -
HSV(B) 260.49º 0.66% 0.73% -
XYZ 16.47 10.1 47.54 -
YUV 89.58 182.41 139 -
System Red Green Blue C M Y K H S L
Decimal 105 63 186 0.44 0.66 0 0.27 260.49 0.49 0.49
Hex 69 3F BA 2C 42 0 1B 104 31 31
Octal 151 77 272 54 102 0 33 404 61 61
Binary 1101001 111111 10111010 101100 1000010 0 11011 100000100 110001 110001

Color Harmonies of #693FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FBA

Black with #693FBA

Text Example


Text Example

White with #693FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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