Html Css Color HEX #6328CB Purple Heart

📋 copy color: '#6328CB'

red 99 ◦ green 40 ◦ blue 203

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

Shades of Purple Heart #6328CB

Tints of Purple Heart #6328CB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.7%

 BLUE value IS 203 (79.69% from 255) = 59.36%

R = 28.95%
G = 11.7%
B = 59.36%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6328CB (or 0x6328CB) is known color: Purple Heart. HEX triplet: 63, 28 and CB. RGB value is (99,40,203). Sum of RGB (Red+Green+Blue) = 99+40+203=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #6328CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6328CB is #9CD734. Grayscale: #4B4B4B. Windows color (decimal): -10278709 or 13314147. OLE color: 13314147.

HSL color Cylindrical-coordinate representation of color #6328CB: hue angle of 261.72º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6328CB is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 40 203 -
CMYK 0.51 0.80 0 0.20
HSL 261.72º 0.67% 0.48% -
HSV(B) 261.72º 0.8% 0.8% -
XYZ 16.68 8.48 57.26 -
YUV 76.22 199.55 144.25 -
System Red Green Blue C M Y K H S L
Decimal 99 40 203 0.51 0.80 0 0.20 261.72 0.67 0.48
Hex 63 28 CB 33 50 0 14 106 43 30
Octal 143 50 313 63 120 0 24 406 103 60
Binary 1100011 101000 11001011 110011 1010000 0 10100 100000110 1000011 110000

Color Harmonies of #6328CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6328CB

Black with #6328CB

Text Example


Text Example

White with #6328CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6328CB; }

 p { color: rgb(99,40,203); }

 H1.HeaderClassName
 {
   color: #6328CB;
 }
 .AnyTagClassName
 {
   color: #6328CB;
 }
</style>

background-color css

<style>
 a { background-color: #6328CB; }

 a { background-color: rgb(99,40,203); }

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

border-color css

<style>
 span { border-color: #6328CB; }

 span { border-color: rgb(99,40,203); }

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