Html Css Color HEX #6335BC Purple Heart

📋 copy color: '#6335BC'

red 99 ◦ green 53 ◦ blue 188

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

Shades of Purple Heart #6335BC

Tints of Purple Heart #6335BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.29%

R = 29.12%
G = 15.59%
B = 55.29%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6335BC (or 0x6335BC) is known color: Purple Heart. HEX triplet: 63, 35 and BC. RGB value is (99,53,188). Sum of RGB (Red+Green+Blue) = 99+53+188=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #6335BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6335BC is #9CCA43. Grayscale: #515151. Windows color (decimal): -10275396 or 12334435. OLE color: 12334435.

HSL color Cylindrical-coordinate representation of color #6335BC: hue angle of 260.44º degrees, saturation: 0.56, 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 #6335BC is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 53 188 -
CMYK 0.47 0.72 0 0.26
HSL 260.44º 0.56% 0.47% -
HSV(B) 260.44º 0.72% 0.74% -
XYZ 15.5 8.83 48.46 -
YUV 82.14 187.74 140.02 -
System Red Green Blue C M Y K H S L
Decimal 99 53 188 0.47 0.72 0 0.26 260.44 0.56 0.47
Hex 63 35 BC 2F 48 0 1A 104 38 2F
Octal 143 65 274 57 110 0 32 404 70 57
Binary 1100011 110101 10111100 101111 1001000 0 11010 100000100 111000 101111

Color Harmonies of #6335BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6335BC

Black with #6335BC

Text Example


Text Example

White with #6335BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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