Html Css Color HEX #693BBC Purple Heart

📋 copy color: '#693BBC'

red 105 ◦ green 59 ◦ blue 188

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

Shades of Purple Heart #693BBC

Tints of Purple Heart #693BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.76%

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

R = 29.83%
G = 16.76%
B = 53.41%

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

#693BBC (or 0x693BBC) is known color: Purple Heart. HEX triplet: 69, 3B and BC. RGB value is (105,59,188). Sum of RGB (Red+Green+Blue) = 105+59+188=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #693BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BBC is #96C443. Grayscale: #565656. Windows color (decimal): -9880644 or 12335977. OLE color: 12335977.

HSL color Cylindrical-coordinate representation of color #693BBC: hue angle of 261.4º degrees, saturation: 0.52, 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 #693BBC is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 59 188 -
CMYK 0.44 0.69 0 0.26
HSL 261.4º 0.52% 0.48% -
HSV(B) 261.4º 0.69% 0.74% -
XYZ 16.47 9.76 48.59 -
YUV 87.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 105 59 188 0.44 0.69 0 0.26 261.4 0.52 0.48
Hex 69 3B BC 2C 45 0 1A 105 34 30
Octal 151 73 274 54 105 0 32 405 64 60
Binary 1101001 111011 10111100 101100 1000101 0 11010 100000101 110100 110000

Color Harmonies of #693BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693BBC

Black with #693BBC

Text Example


Text Example

White with #693BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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