Html Css Color HEX #690DCC Purple Heart

📋 copy color: '#690DCC'

red 105 ◦ green 13 ◦ blue 204

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

Shades of Purple Heart #690DCC

Tints of Purple Heart #690DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 204 (80.08% from 255) = 63.35%

R = 32.61%
G = 4.04%
B = 63.35%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#690DCC (or 0x690DCC) is known color: Purple Heart. HEX triplet: 69, 0D and CC. RGB value is (105,13,204). Sum of RGB (Red+Green+Blue) = 105+13+204=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #690DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690DCC is #96F233. Grayscale: #3D3D3D. Windows color (decimal): -9892404 or 13372777. OLE color: 13372777.

HSL color Cylindrical-coordinate representation of color #690DCC: hue angle of 268.9º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690DCC is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 13 204 -
CMYK 0.49 0.94 0 0.2
HSL 268.9º 0.88% 0.43% -
HSV(B) 268.9º 0.94% 0.8% -
XYZ 16.87 7.65 57.71 -
YUV 62.28 207.98 158.47 -
System Red Green Blue C M Y K H S L
Decimal 105 13 204 0.49 0.94 0 0.2 268.9 0.88 0.43
Hex 69 D CC 31 5E 0 14 10D 58 2B
Octal 151 15 314 61 136 0 24 415 130 53
Binary 1101001 1101 11001100 110001 1011110 0 10100 100001101 1011000 101011

Color Harmonies of #690DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690DCC

Black with #690DCC

Text Example


Text Example

White with #690DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690DCC; }

 p { color: rgb(105,13,204); }

 H1.HeaderClassName
 {
   color: #690DCC;
 }
 .AnyTagClassName
 {
   color: #690DCC;
 }
</style>

background-color css

<style>
 a { background-color: #690DCC; }

 a { background-color: rgb(105,13,204); }

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

border-color css

<style>
 span { border-color: #690DCC; }

 span { border-color: rgb(105,13,204); }

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