Html Css Color HEX #6320CC Purple Heart

📋 copy color: '#6320CC'

red 99 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #6320CC

Tints of Purple Heart #6320CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 29.55%
G = 9.55%
B = 60.9%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6320CC (or 0x6320CC) is known color: Purple Heart. HEX triplet: 63, 20 and CC. RGB value is (99,32,204). Sum of RGB (Red+Green+Blue) = 99+32+204=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #6320CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6320CC is #9CDF33. Grayscale: #474747. Windows color (decimal): -10280756 or 13377635. OLE color: 13377635.

HSL color Cylindrical-coordinate representation of color #6320CC: hue angle of 263.37º 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 #6320CC is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 32 204 -
CMYK 0.51 0.84 0 0.2
HSL 263.37º 0.73% 0.46% -
HSV(B) 263.37º 0.84% 0.8% -
XYZ 16.56 8.05 57.81 -
YUV 71.64 202.7 147.51 -
System Red Green Blue C M Y K H S L
Decimal 99 32 204 0.51 0.84 0 0.2 263.37 0.73 0.46
Hex 63 20 CC 33 54 0 14 107 49 2E
Octal 143 40 314 63 124 0 24 407 111 56
Binary 1100011 100000 11001100 110011 1010100 0 10100 100000111 1001001 101110

Color Harmonies of #6320CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6320CC

Black with #6320CC

Text Example


Text Example

White with #6320CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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