Html Css Color HEX #6932DD Purple Heart

📋 copy color: '#6932DD'

red 105 ◦ green 50 ◦ blue 221

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

Shades of Purple Heart #6932DD

Tints of Purple Heart #6932DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

 BLUE value IS 221 (86.72% from 255) = 58.78%

R = 27.93%
G = 13.3%
B = 58.78%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6932DD (or 0x6932DD) is known color: Purple Heart. HEX triplet: 69, 32 and DD. RGB value is (105,50,221). Sum of RGB (Red+Green+Blue) = 105+50+221=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #6932DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6932DD is #96CD22. Grayscale: #555555. Windows color (decimal): -9882915 or 14496361. OLE color: 14496361.

HSL color Cylindrical-coordinate representation of color #6932DD: hue angle of 259.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6932DD is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 50 221 -
CMYK 0.52 0.77 0 0.13
HSL 259.3º 0.72% 0.53% -
HSV(B) 259.3º 0.77% 0.87% -
XYZ 20.02 10.5 69.38 -
YUV 85.94 204.22 141.6 -
System Red Green Blue C M Y K H S L
Decimal 105 50 221 0.52 0.77 0 0.13 259.3 0.72 0.53
Hex 69 32 DD 34 4D 0 D 103 48 35
Octal 151 62 335 64 115 0 15 403 110 65
Binary 1101001 110010 11011101 110100 1001101 0 1101 100000011 1001000 110101

Color Harmonies of #6932DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6932DD

Black with #6932DD

Text Example


Text Example

White with #6932DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6932DD; }

 p { color: rgb(105,50,221); }

 H1.HeaderClassName
 {
   color: #6932DD;
 }
 .AnyTagClassName
 {
   color: #6932DD;
 }
</style>

background-color css

<style>
 a { background-color: #6932DD; }

 a { background-color: rgb(105,50,221); }

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

border-color css

<style>
 span { border-color: #6932DD; }

 span { border-color: rgb(105,50,221); }

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