Html Css Color HEX #6235BC Purple Heart

📋 copy color: '#6235BC'

red 98 ◦ green 53 ◦ blue 188

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

Shades of Purple Heart #6235BC

Tints of Purple Heart #6235BC

RGB

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

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

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

R = 28.91%
G = 15.63%
B = 55.46%

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

#6235BC (or 0x6235BC) is known color: Purple Heart. HEX triplet: 62, 35 and BC. RGB value is (98,53,188). Sum of RGB (Red+Green+Blue) = 98+53+188=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #6235BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6235BC is #9DCA43. Grayscale: #515151. Windows color (decimal): -10340932 or 12334434. OLE color: 12334434.

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

Color convert

RGB 98 53 188 -
CMYK 0.48 0.72 0 0.26
HSL 260º 0.56% 0.47% -
HSV(B) 260º 0.72% 0.74% -
XYZ 15.39 8.77 48.46 -
YUV 81.85 187.91 139.52 -
System Red Green Blue C M Y K H S L
Decimal 98 53 188 0.48 0.72 0 0.26 260 0.56 0.47
Hex 62 35 BC 30 48 0 1A 104 38 2F
Octal 142 65 274 60 110 0 32 404 70 57
Binary 1100010 110101 10111100 110000 1001000 0 11010 100000100 111000 101111

Color Harmonies of #6235BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6235BC

Black with #6235BC

Text Example


Text Example

White with #6235BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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