Html Css Color HEX #693ABC Purple Heart

📋 copy color: '#693ABC'

red 105 ◦ green 58 ◦ blue 188

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

Shades of Purple Heart #693ABC

Tints of Purple Heart #693ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.52%

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

R = 29.91%
G = 16.52%
B = 53.56%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#693ABC (or 0x693ABC) is known color: Purple Heart. HEX triplet: 69, 3A and BC. RGB value is (105,58,188). Sum of RGB (Red+Green+Blue) = 105+58+188=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #693ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ABC is #96C543. Grayscale: #565656. Windows color (decimal): -9880900 or 12335721. OLE color: 12335721.

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

Color convert

RGB 105 58 188 -
CMYK 0.44 0.69 0 0.26
HSL 261.69º 0.53% 0.48% -
HSV(B) 261.69º 0.69% 0.74% -
XYZ 16.42 9.66 48.58 -
YUV 86.87 185.07 140.93 -
System Red Green Blue C M Y K H S L
Decimal 105 58 188 0.44 0.69 0 0.26 261.69 0.53 0.48
Hex 69 3A BC 2C 45 0 1A 106 35 30
Octal 151 72 274 54 105 0 32 406 65 60
Binary 1101001 111010 10111100 101100 1000101 0 11010 100000110 110101 110000

Color Harmonies of #693ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693ABC

Black with #693ABC

Text Example


Text Example

White with #693ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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