Html Css Color HEX #6342BA Purple Heart

📋 copy color: '#6342BA'

red 99 ◦ green 66 ◦ blue 186

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

Shades of Purple Heart #6342BA

Tints of Purple Heart #6342BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.8%

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 28.21%
G = 18.8%
B = 52.99%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6342BA (or 0x6342BA) is known color: Purple Heart. HEX triplet: 63, 42 and BA. RGB value is (99,66,186). Sum of RGB (Red+Green+Blue) = 99+66+186=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #6342BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6342BA is #9CBD45. Grayscale: #595959. Windows color (decimal): -10272070 or 12206691. OLE color: 12206691.

HSL color Cylindrical-coordinate representation of color #6342BA: hue angle of 256.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6342BA is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 66 186 -
CMYK 0.47 0.65 0 0.27
HSL 256.5º 0.48% 0.49% -
HSV(B) 256.5º 0.65% 0.73% -
XYZ 15.96 10.09 47.56 -
YUV 89.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 99 66 186 0.47 0.65 0 0.27 256.5 0.48 0.49
Hex 63 42 BA 2F 41 0 1B 100 30 31
Octal 143 102 272 57 101 0 33 400 60 61
Binary 1100011 1000010 10111010 101111 1000001 0 11011 100000000 110000 110001

Color Harmonies of #6342BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6342BA

Black with #6342BA

Text Example


Text Example

White with #6342BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6342BA; }

 p { color: rgb(99,66,186); }

 H1.HeaderClassName
 {
   color: #6342BA;
 }
 .AnyTagClassName
 {
   color: #6342BA;
 }
</style>

background-color css

<style>
 a { background-color: #6342BA; }

 a { background-color: rgb(99,66,186); }

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

border-color css

<style>
 span { border-color: #6342BA; }

 span { border-color: rgb(99,66,186); }

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