Html Css Color HEX #690CCA Purple Heart

📋 copy color: '#690CCA'

red 105 ◦ green 12 ◦ blue 202

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

Shades of Purple Heart #690CCA

Tints of Purple Heart #690CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.76%

 BLUE value IS 202 (79.3% from 255) = 63.32%

R = 32.92%
G = 3.76%
B = 63.32%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#690CCA (or 0x690CCA) is known color: Purple Heart. HEX triplet: 69, 0C and CA. RGB value is (105,12,202). Sum of RGB (Red+Green+Blue) = 105+12+202=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #690CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690CCA is #96F335. Grayscale: #3C3C3C. Windows color (decimal): -9892662 or 13241449. OLE color: 13241449.

HSL color Cylindrical-coordinate representation of color #690CCA: hue angle of 269.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690CCA is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 12 202 -
CMYK 0.48 0.94 0 0.21
HSL 269.37º 0.89% 0.42% -
HSV(B) 269.37º 0.94% 0.79% -
XYZ 16.62 7.53 56.45 -
YUV 61.47 207.31 159.05 -
System Red Green Blue C M Y K H S L
Decimal 105 12 202 0.48 0.94 0 0.21 269.37 0.89 0.42
Hex 69 C CA 30 5E 0 15 10D 59 2A
Octal 151 14 312 60 136 0 25 415 131 52
Binary 1101001 1100 11001010 110000 1011110 0 10101 100001101 1011001 101010

Color Harmonies of #690CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690CCA

Black with #690CCA

Text Example


Text Example

White with #690CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,12,202); }

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

background-color css

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

 a { background-color: rgb(105,12,202); }

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

border-color css

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

 span { border-color: rgb(105,12,202); }

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