Html Css Color HEX #6334BA Purple Heart

📋 copy color: '#6334BA'

red 99 ◦ green 52 ◦ blue 186

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

Shades of Purple Heart #6334BA

Tints of Purple Heart #6334BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 29.38%
G = 15.43%
B = 55.19%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6334BA (or 0x6334BA) is known color: Purple Heart. HEX triplet: 63, 34 and BA. RGB value is (99,52,186). Sum of RGB (Red+Green+Blue) = 99+52+186=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #6334BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6334BA is #9CCB45. Grayscale: #505050. Windows color (decimal): -10275654 or 12203107. OLE color: 12203107.

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

Color convert

RGB 99 52 186 -
CMYK 0.47 0.72 0 0.27
HSL 261.04º 0.56% 0.47% -
HSV(B) 261.04º 0.72% 0.73% -
XYZ 15.24 8.65 47.32 -
YUV 81.33 187.07 140.6 -
System Red Green Blue C M Y K H S L
Decimal 99 52 186 0.47 0.72 0 0.27 261.04 0.56 0.47
Hex 63 34 BA 2F 48 0 1B 105 38 2F
Octal 143 64 272 57 110 0 33 405 70 57
Binary 1100011 110100 10111010 101111 1001000 0 11011 100000101 111000 101111

Color Harmonies of #6334BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6334BA

Black with #6334BA

Text Example


Text Example

White with #6334BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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