Html Css Color HEX #690CBE Purple Heart

📋 copy color: '#690CBE'

red 105 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #690CBE

Tints of Purple Heart #690CBE

RGB

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

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

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

R = 34.2%
G = 3.91%
B = 61.89%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#690CBE (or 0x690CBE) is known color: Purple Heart. HEX triplet: 69, 0C and BE. RGB value is (105,12,190). Sum of RGB (Red+Green+Blue) = 105+12+190=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #690CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690CBE is #96F341. Grayscale: #3B3B3B. Windows color (decimal): -9892674 or 12455017. OLE color: 12455017.

HSL color Cylindrical-coordinate representation of color #690CBE: hue angle of 271.35º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690CBE is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 12 190 -
CMYK 0.45 0.94 0 0.25
HSL 271.35º 0.88% 0.4% -
HSV(B) 271.35º 0.94% 0.75% -
XYZ 15.25 6.98 49.26 -
YUV 60.1 201.31 160.03 -
System Red Green Blue C M Y K H S L
Decimal 105 12 190 0.45 0.94 0 0.25 271.35 0.88 0.4
Hex 69 C BE 2D 5E 0 19 10F 58 28
Octal 151 14 276 55 136 0 31 417 130 50
Binary 1101001 1100 10111110 101101 1011110 0 11001 100001111 1011000 101000

Color Harmonies of #690CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690CBE

Black with #690CBE

Text Example


Text Example

White with #690CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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