Html Css Color HEX #6322BC Purple Heart

📋 copy color: '#6322BC'

red 99 ◦ green 34 ◦ blue 188

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

Shades of Purple Heart #6322BC

Tints of Purple Heart #6322BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 30.84%
G = 10.59%
B = 58.57%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6322BC (or 0x6322BC) is known color: Purple Heart. HEX triplet: 63, 22 and BC. RGB value is (99,34,188). Sum of RGB (Red+Green+Blue) = 99+34+188=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #6322BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6322BC is #9CDD43. Grayscale: #464646. Windows color (decimal): -10280260 or 12329571. OLE color: 12329571.

HSL color Cylindrical-coordinate representation of color #6322BC: hue angle of 265.32º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6322BC is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 34 188 -
CMYK 0.47 0.82 0 0.26
HSL 265.32º 0.69% 0.44% -
HSV(B) 265.32º 0.82% 0.74% -
XYZ 14.79 7.43 48.23 -
YUV 70.99 194.03 147.98 -
System Red Green Blue C M Y K H S L
Decimal 99 34 188 0.47 0.82 0 0.26 265.32 0.69 0.44
Hex 63 22 BC 2F 52 0 1A 109 45 2C
Octal 143 42 274 57 122 0 32 411 105 54
Binary 1100011 100010 10111100 101111 1010010 0 11010 100001001 1000101 101100

Color Harmonies of #6322BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6322BC

Black with #6322BC

Text Example


Text Example

White with #6322BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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