Html Css Color HEX #6335BE Purple Heart

📋 copy color: '#6335BE'

red 99 ◦ green 53 ◦ blue 190

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

Shades of Purple Heart #6335BE

Tints of Purple Heart #6335BE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

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

R = 28.95%
G = 15.5%
B = 55.56%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6335BE (or 0x6335BE) is known color: Purple Heart. HEX triplet: 63, 35 and BE. RGB value is (99,53,190). Sum of RGB (Red+Green+Blue) = 99+53+190=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #6335BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6335BE is #9CCA41. Grayscale: #515151. Windows color (decimal): -10275394 or 12465507. OLE color: 12465507.

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

Color convert

RGB 99 53 190 -
CMYK 0.48 0.72 0 0.25
HSL 260.15º 0.56% 0.48% -
HSV(B) 260.15º 0.72% 0.75% -
XYZ 15.71 8.92 49.61 -
YUV 82.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 99 53 190 0.48 0.72 0 0.25 260.15 0.56 0.48
Hex 63 35 BE 30 48 0 19 104 38 30
Octal 143 65 276 60 110 0 31 404 70 60
Binary 1100011 110101 10111110 110000 1001000 0 11001 100000100 111000 110000

Color Harmonies of #6335BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6335BE

Black with #6335BE

Text Example


Text Example

White with #6335BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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