Html Css Color HEX #693FBE Purple Heart

📋 copy color: '#693FBE'

red 105 ◦ green 63 ◦ blue 190

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

Shades of Purple Heart #693FBE

Tints of Purple Heart #693FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 17.6%

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 29.33%
G = 17.6%
B = 53.07%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#693FBE (or 0x693FBE) is known color: Purple Heart. HEX triplet: 69, 3F and BE. RGB value is (105,63,190). Sum of RGB (Red+Green+Blue) = 105+63+190=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #693FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FBE is #96C041. Grayscale: #595959. Windows color (decimal): -9879618 or 12468073. OLE color: 12468073.

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

Color convert

RGB 105 63 190 -
CMYK 0.45 0.67 0 0.25
HSL 259.84º 0.5% 0.5% -
HSV(B) 259.84º 0.67% 0.75% -
XYZ 16.9 10.28 49.81 -
YUV 90.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 105 63 190 0.45 0.67 0 0.25 259.84 0.5 0.5
Hex 69 3F BE 2D 43 0 19 104 32 32
Octal 151 77 276 55 103 0 31 404 62 62
Binary 1101001 111111 10111110 101101 1000011 0 11001 100000100 110010 110010

Color Harmonies of #693FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FBE

Black with #693FBE

Text Example


Text Example

White with #693FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,63,190); }

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

background-color css

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

 a { background-color: rgb(105,63,190); }

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

border-color css

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

 span { border-color: rgb(105,63,190); }

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