Html Css Color HEX #6321CC Purple Heart

📋 copy color: '#6321CC'

red 99 ◦ green 33 ◦ blue 204

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

Shades of Purple Heart #6321CC

Tints of Purple Heart #6321CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.82%

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

R = 29.46%
G = 9.82%
B = 60.71%

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

#6321CC (or 0x6321CC) is known color: Purple Heart. HEX triplet: 63, 21 and CC. RGB value is (99,33,204). Sum of RGB (Red+Green+Blue) = 99+33+204=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #6321CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6321CC is #9CDE33. Grayscale: #474747. Windows color (decimal): -10280500 or 13377891. OLE color: 13377891.

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

Color convert

RGB 99 33 204 -
CMYK 0.51 0.84 0 0.2
HSL 263.16º 0.72% 0.46% -
HSV(B) 263.16º 0.84% 0.8% -
XYZ 16.59 8.1 57.82 -
YUV 72.23 202.37 147.1 -
System Red Green Blue C M Y K H S L
Decimal 99 33 204 0.51 0.84 0 0.2 263.16 0.72 0.46
Hex 63 21 CC 33 54 0 14 107 48 2E
Octal 143 41 314 63 124 0 24 407 110 56
Binary 1100011 100001 11001100 110011 1010100 0 10100 100000111 1001000 101110

Color Harmonies of #6321CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6321CC

Black with #6321CC

Text Example


Text Example

White with #6321CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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