Html Css Color HEX #6334BD Purple Heart

📋 copy color: '#6334BD'

red 99 ◦ green 52 ◦ blue 189

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

Shades of Purple Heart #6334BD

Tints of Purple Heart #6334BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.59%

R = 29.12%
G = 15.29%
B = 55.59%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6334BD (or 0x6334BD) is known color: Purple Heart. HEX triplet: 63, 34 and BD. RGB value is (99,52,189). Sum of RGB (Red+Green+Blue) = 99+52+189=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #6334BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6334BD is #9CCB42. Grayscale: #515151. Windows color (decimal): -10275651 or 12399715. OLE color: 12399715.

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

Color convert

RGB 99 52 189 -
CMYK 0.48 0.72 0 0.26
HSL 260.58º 0.57% 0.47% -
HSV(B) 260.58º 0.72% 0.74% -
XYZ 15.56 8.78 49.02 -
YUV 81.67 188.57 140.36 -
System Red Green Blue C M Y K H S L
Decimal 99 52 189 0.48 0.72 0 0.26 260.58 0.57 0.47
Hex 63 34 BD 30 48 0 1A 105 39 2F
Octal 143 64 275 60 110 0 32 405 71 57
Binary 1100011 110100 10111101 110000 1001000 0 11010 100000101 111001 101111

Color Harmonies of #6334BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6334BD

Black with #6334BD

Text Example


Text Example

White with #6334BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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