Html Css Color HEX #6235BA Purple Heart

📋 copy color: '#6235BA'

red 98 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #6235BA

Tints of Purple Heart #6235BA

RGB

 RED value IS 98 (38.67% from 255) = 29.08%

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

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

R = 29.08%
G = 15.73%
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

#6235BA (or 0x6235BA) is known color: Purple Heart. HEX triplet: 62, 35 and BA. RGB value is (98,53,186). Sum of RGB (Red+Green+Blue) = 98+53+186=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 53 (21.09% from 255 or 15.73% 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 #6235BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6235BA is #9DCA45. Grayscale: #515151. Windows color (decimal): -10340934 or 12203362. OLE color: 12203362.

HSL color Cylindrical-coordinate representation of color #6235BA: hue angle of 260.3º 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 #6235BA is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 53 186 -
CMYK 0.47 0.72 0 0.27
HSL 260.3º 0.56% 0.47% -
HSV(B) 260.3º 0.72% 0.73% -
XYZ 15.17 8.69 47.33 -
YUV 81.62 186.91 139.69 -
System Red Green Blue C M Y K H S L
Decimal 98 53 186 0.47 0.72 0 0.27 260.3 0.56 0.47
Hex 62 35 BA 2F 48 0 1B 104 38 2F
Octal 142 65 272 57 110 0 33 404 70 57
Binary 1100010 110101 10111010 101111 1001000 0 11011 100000100 111000 101111

Color Harmonies of #6235BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6235BA

Black with #6235BA

Text Example


Text Example

White with #6235BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,53,186); }

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

background-color css

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

 a { background-color: rgb(98,53,186); }

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

border-color css

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

 span { border-color: rgb(98,53,186); }

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