Html Css Color HEX #693CBA Purple Heart

📋 copy color: '#693CBA'

red 105 ◦ green 60 ◦ blue 186

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

Shades of Purple Heart #693CBA

Tints of Purple Heart #693CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.09%

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

R = 29.91%
G = 17.09%
B = 52.99%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#693CBA (or 0x693CBA) is known color: Purple Heart. HEX triplet: 69, 3C and BA. RGB value is (105,60,186). Sum of RGB (Red+Green+Blue) = 105+60+186=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #693CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CBA is #96C345. Grayscale: #575757. Windows color (decimal): -9880390 or 12205161. OLE color: 12205161.

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

Color convert

RGB 105 60 186 -
CMYK 0.44 0.68 0 0.27
HSL 261.43º 0.51% 0.48% -
HSV(B) 261.43º 0.68% 0.73% -
XYZ 16.3 9.78 47.48 -
YUV 87.82 183.41 140.25 -
System Red Green Blue C M Y K H S L
Decimal 105 60 186 0.44 0.68 0 0.27 261.43 0.51 0.48
Hex 69 3C BA 2C 44 0 1B 105 33 30
Octal 151 74 272 54 104 0 33 405 63 60
Binary 1101001 111100 10111010 101100 1000100 0 11011 100000101 110011 110000

Color Harmonies of #693CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CBA

Black with #693CBA

Text Example


Text Example

White with #693CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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