Html Css Color HEX #693CCE Purple Heart

📋 copy color: '#693CCE'

red 105 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #693CCE

Tints of Purple Heart #693CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 28.3%
G = 16.17%
B = 55.53%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#693CCE (or 0x693CCE) is known color: Purple Heart. HEX triplet: 69, 3C and CE. RGB value is (105,60,206). Sum of RGB (Red+Green+Blue) = 105+60+206=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #693CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CCE is #96C331. Grayscale: #595959. Windows color (decimal): -9880370 or 13515881. OLE color: 13515881.

HSL color Cylindrical-coordinate representation of color #693CCE: hue angle of 258.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #693CCE is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 60 206 -
CMYK 0.49 0.71 0 0.19
HSL 258.49º 0.6% 0.52% -
HSV(B) 258.49º 0.71% 0.81% -
XYZ 18.58 10.69 59.48 -
YUV 90.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 105 60 206 0.49 0.71 0 0.19 258.49 0.6 0.52
Hex 69 3C CE 31 47 0 13 102 3C 34
Octal 151 74 316 61 107 0 23 402 74 64
Binary 1101001 111100 11001110 110001 1000111 0 10011 100000010 111100 110100

Color Harmonies of #693CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CCE

Black with #693CCE

Text Example


Text Example

White with #693CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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