Html Css Color HEX #6334BE Purple Heart

📋 copy color: '#6334BE'

red 99 ◦ green 52 ◦ blue 190

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

Shades of Purple Heart #6334BE

Tints of Purple Heart #6334BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.72%

R = 29.03%
G = 15.25%
B = 55.72%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6334BE (or 0x6334BE) is known color: Purple Heart. HEX triplet: 63, 34 and BE. RGB value is (99,52,190). Sum of RGB (Red+Green+Blue) = 99+52+190=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #6334BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6334BE is #9CCB41. Grayscale: #515151. Windows color (decimal): -10275650 or 12465251. OLE color: 12465251.

HSL color Cylindrical-coordinate representation of color #6334BE: hue angle of 260.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6334BE is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 52 190 -
CMYK 0.48 0.73 0 0.25
HSL 260.43º 0.57% 0.47% -
HSV(B) 260.43º 0.73% 0.75% -
XYZ 15.67 8.83 49.59 -
YUV 81.79 189.07 140.28 -
System Red Green Blue C M Y K H S L
Decimal 99 52 190 0.48 0.73 0 0.25 260.43 0.57 0.47
Hex 63 34 BE 30 49 0 19 104 39 2F
Octal 143 64 276 60 111 0 31 404 71 57
Binary 1100011 110100 10111110 110000 1001001 0 11001 100000100 111001 101111

Color Harmonies of #6334BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6334BE

Black with #6334BE

Text Example


Text Example

White with #6334BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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