Html Css Color HEX #6320CD Purple Heart

📋 copy color: '#6320CD'

red 99 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #6320CD

Tints of Purple Heart #6320CD

RGB

 RED value IS 99 (39.06% from 255) = 29.46%

 GREEN value IS 32 (12.89% from 255) = 9.52%

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

R = 29.46%
G = 9.52%
B = 61.01%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6320CD (or 0x6320CD) is known color: Purple Heart. HEX triplet: 63, 20 and CD. RGB value is (99,32,205). Sum of RGB (Red+Green+Blue) = 99+32+205=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #6320CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6320CD is #9CDF32. Grayscale: #474747. Windows color (decimal): -10280755 or 13443171. OLE color: 13443171.

HSL color Cylindrical-coordinate representation of color #6320CD: hue angle of 263.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6320CD is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 32 205 -
CMYK 0.52 0.84 0 0.20
HSL 263.24º 0.73% 0.46% -
HSV(B) 263.24º 0.84% 0.8% -
XYZ 16.68 8.09 58.44 -
YUV 71.76 203.2 147.43 -
System Red Green Blue C M Y K H S L
Decimal 99 32 205 0.52 0.84 0 0.20 263.24 0.73 0.46
Hex 63 20 CD 34 54 0 14 107 49 2E
Octal 143 40 315 64 124 0 24 407 111 56
Binary 1100011 100000 11001101 110100 1010100 0 10100 100000111 1001001 101110

Color Harmonies of #6320CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6320CD

Black with #6320CD

Text Example


Text Example

White with #6320CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6320CD; }

 p { color: rgb(99,32,205); }

 H1.HeaderClassName
 {
   color: #6320CD;
 }
 .AnyTagClassName
 {
   color: #6320CD;
 }
</style>

background-color css

<style>
 a { background-color: #6320CD; }

 a { background-color: rgb(99,32,205); }

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

border-color css

<style>
 span { border-color: #6320CD; }

 span { border-color: rgb(99,32,205); }

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