Html Css Color HEX #693CC0 Purple Heart

📋 copy color: '#693CC0'

red 105 ◦ green 60 ◦ blue 192

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

Shades of Purple Heart #693CC0

Tints of Purple Heart #693CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.78%

R = 29.41%
G = 16.81%
B = 53.78%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#693CC0 (or 0x693CC0) is known color: Purple Heart. HEX triplet: 69, 3C and C0. RGB value is (105,60,192). Sum of RGB (Red+Green+Blue) = 105+60+192=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #693CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CC0 is #96C33F. Grayscale: #585858. Windows color (decimal): -9880384 or 12598377. OLE color: 12598377.

HSL color Cylindrical-coordinate representation of color #693CC0: hue angle of 260.45º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #693CC0 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 60 192 -
CMYK 0.45 0.69 0 0.25
HSL 260.45º 0.52% 0.49% -
HSV(B) 260.45º 0.69% 0.75% -
XYZ 16.96 10.04 50.91 -
YUV 88.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 105 60 192 0.45 0.69 0 0.25 260.45 0.52 0.49
Hex 69 3C C0 2D 45 0 19 104 34 31
Octal 151 74 300 55 105 0 31 404 64 61
Binary 1101001 111100 11000000 101101 1000101 0 11001 100000100 110100 110001

Color Harmonies of #693CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CC0

Black with #693CC0

Text Example


Text Example

White with #693CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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