Html Css Color HEX #693EBA Purple Heart

📋 copy color: '#693EBA'

red 105 ◦ green 62 ◦ blue 186

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

Shades of Purple Heart #693EBA

Tints of Purple Heart #693EBA

RGB

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

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

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

R = 29.75%
G = 17.56%
B = 52.69%

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

#693EBA (or 0x693EBA) is known color: Purple Heart. HEX triplet: 69, 3E and BA. RGB value is (105,62,186). Sum of RGB (Red+Green+Blue) = 105+62+186=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #693EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693EBA is #96C145. Grayscale: #585858. Windows color (decimal): -9879878 or 12205673. OLE color: 12205673.

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

Color convert

RGB 105 62 186 -
CMYK 0.44 0.67 0 0.27
HSL 260.81º 0.5% 0.49% -
HSV(B) 260.81º 0.67% 0.73% -
XYZ 16.41 9.99 47.52 -
YUV 88.99 182.75 139.42 -
System Red Green Blue C M Y K H S L
Decimal 105 62 186 0.44 0.67 0 0.27 260.81 0.5 0.49
Hex 69 3E BA 2C 43 0 1B 105 32 31
Octal 151 76 272 54 103 0 33 405 62 61
Binary 1101001 111110 10111010 101100 1000011 0 11011 100000101 110010 110001

Color Harmonies of #693EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693EBA

Black with #693EBA

Text Example


Text Example

White with #693EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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