Html Css Color HEX #6322BF Purple Heart

📋 copy color: '#6322BF'

red 99 ◦ green 34 ◦ blue 191

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

Shades of Purple Heart #6322BF

Tints of Purple Heart #6322BF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.49%

 BLUE value IS 191 (75% from 255) = 58.95%

R = 30.56%
G = 10.49%
B = 58.95%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6322BF (or 0x6322BF) is known color: Purple Heart. HEX triplet: 63, 22 and BF. RGB value is (99,34,191). Sum of RGB (Red+Green+Blue) = 99+34+191=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #6322BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6322BF is #9CDD40. Grayscale: #464646. Windows color (decimal): -10280257 or 12526179. OLE color: 12526179.

HSL color Cylindrical-coordinate representation of color #6322BF: hue angle of 264.84º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6322BF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 34 191 -
CMYK 0.48 0.82 0 0.25
HSL 264.84º 0.7% 0.44% -
HSV(B) 264.84º 0.82% 0.75% -
XYZ 15.12 7.56 49.95 -
YUV 71.33 195.53 147.73 -
System Red Green Blue C M Y K H S L
Decimal 99 34 191 0.48 0.82 0 0.25 264.84 0.7 0.44
Hex 63 22 BF 30 52 0 19 109 46 2C
Octal 143 42 277 60 122 0 31 411 106 54
Binary 1100011 100010 10111111 110000 1010010 0 11001 100001001 1000110 101100

Color Harmonies of #6322BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6322BF

Black with #6322BF

Text Example


Text Example

White with #6322BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6322BF; }

 p { color: rgb(99,34,191); }

 H1.HeaderClassName
 {
   color: #6322BF;
 }
 .AnyTagClassName
 {
   color: #6322BF;
 }
</style>

background-color css

<style>
 a { background-color: #6322BF; }

 a { background-color: rgb(99,34,191); }

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

border-color css

<style>
 span { border-color: #6322BF; }

 span { border-color: rgb(99,34,191); }

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