Html Css Color HEX #690FCD Purple Heart

📋 copy color: '#690FCD'

red 105 ◦ green 15 ◦ blue 205

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

Shades of Purple Heart #690FCD

Tints of Purple Heart #690FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.08%

R = 32.31%
G = 4.62%
B = 63.08%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#690FCD (or 0x690FCD) is known color: Purple Heart. HEX triplet: 69, 0F and CD. RGB value is (105,15,205). Sum of RGB (Red+Green+Blue) = 105+15+205=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #690FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FCD is #96F032. Grayscale: #3E3E3E. Windows color (decimal): -9891891 or 13438825. OLE color: 13438825.

HSL color Cylindrical-coordinate representation of color #690FCD: hue angle of 268.42º 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 #690FCD is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 15 205 -
CMYK 0.49 0.93 0 0.20
HSL 268.42º 0.86% 0.43% -
HSV(B) 268.42º 0.93% 0.8% -
XYZ 17.02 7.75 58.36 -
YUV 63.57 207.82 157.55 -
System Red Green Blue C M Y K H S L
Decimal 105 15 205 0.49 0.93 0 0.20 268.42 0.86 0.43
Hex 69 F CD 31 5D 0 14 10C 56 2B
Octal 151 17 315 61 135 0 24 414 126 53
Binary 1101001 1111 11001101 110001 1011101 0 10100 100001100 1010110 101011

Color Harmonies of #690FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FCD

Black with #690FCD

Text Example


Text Example

White with #690FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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