Html Css Color HEX #690FD5 Purple Heart

📋 copy color: '#690FD5'

red 105 ◦ green 15 ◦ blue 213

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

Shades of Purple Heart #690FD5

Tints of Purple Heart #690FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 63.96%

R = 31.53%
G = 4.5%
B = 63.96%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#690FD5 (or 0x690FD5) is known color: Purple Heart. HEX triplet: 69, 0F and D5. RGB value is (105,15,213). Sum of RGB (Red+Green+Blue) = 105+15+213=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 213 (83.59% from 255 or 63.96% from 333); Max value from RGB is 213 - color contains mainly: blue. Hex color #690FD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FD5 is #96F02A. Grayscale: #3F3F3F. Windows color (decimal): -9891883 or 13963113. OLE color: 13963113.

HSL color Cylindrical-coordinate representation of color #690FD5: hue angle of 267.27º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690FD5 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 15 213 -
CMYK 0.51 0.93 0 0.16
HSL 267.27º 0.87% 0.45% -
HSV(B) 267.27º 0.93% 0.84% -
XYZ 18.01 8.15 63.57 -
YUV 64.48 211.82 156.9 -
System Red Green Blue C M Y K H S L
Decimal 105 15 213 0.51 0.93 0 0.16 267.27 0.87 0.45
Hex 69 F D5 33 5D 0 10 10B 57 2D
Octal 151 17 325 63 135 0 20 413 127 55
Binary 1101001 1111 11010101 110011 1011101 0 10000 100001011 1010111 101101

Color Harmonies of #690FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FD5

Black with #690FD5

Text Example


Text Example

White with #690FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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