Html Css Color HEX #690FCC Purple Heart

📋 copy color: '#690FCC'

red 105 ◦ green 15 ◦ blue 204

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

Shades of Purple Heart #690FCC

Tints of Purple Heart #690FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.63%

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

R = 32.41%
G = 4.63%
B = 62.96%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#690FCC (or 0x690FCC) is known color: Purple Heart. HEX triplet: 69, 0F and CC. RGB value is (105,15,204). Sum of RGB (Red+Green+Blue) = 105+15+204=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #690FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FCC is #96F033. Grayscale: #3E3E3E. Windows color (decimal): -9891892 or 13373289. OLE color: 13373289.

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

Color convert

RGB 105 15 204 -
CMYK 0.49 0.93 0 0.2
HSL 268.57º 0.86% 0.43% -
HSV(B) 268.57º 0.93% 0.8% -
XYZ 16.9 7.7 57.72 -
YUV 63.46 207.32 157.63 -
System Red Green Blue C M Y K H S L
Decimal 105 15 204 0.49 0.93 0 0.2 268.57 0.86 0.43
Hex 69 F CC 31 5D 0 14 10D 56 2B
Octal 151 17 314 61 135 0 24 415 126 53
Binary 1101001 1111 11001100 110001 1011101 0 10100 100001101 1010110 101011

Color Harmonies of #690FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FCC

Black with #690FCC

Text Example


Text Example

White with #690FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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