Html Css Color HEX #6234B9 Purple Heart

📋 copy color: '#6234B9'

red 98 ◦ green 52 ◦ blue 185

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

Shades of Purple Heart #6234B9

Tints of Purple Heart #6234B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 55.22%

R = 29.25%
G = 15.52%
B = 55.22%

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

#6234B9 (or 0x6234B9) is known color: Purple Heart. HEX triplet: 62, 34 and B9. RGB value is (98,52,185). Sum of RGB (Red+Green+Blue) = 98+52+185=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #6234B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6234B9 is #9DCB46. Grayscale: #505050. Windows color (decimal): -10341191 or 12137570. OLE color: 12137570.

HSL color Cylindrical-coordinate representation of color #6234B9: hue angle of 260.75º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6234B9 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 52 185 -
CMYK 0.47 0.72 0 0.27
HSL 260.75º 0.56% 0.46% -
HSV(B) 260.75º 0.72% 0.73% -
XYZ 15.02 8.56 46.76 -
YUV 80.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 98 52 185 0.47 0.72 0 0.27 260.75 0.56 0.46
Hex 62 34 B9 2F 48 0 1B 105 38 2E
Octal 142 64 271 57 110 0 33 405 70 56
Binary 1100010 110100 10111001 101111 1001000 0 11011 100000101 111000 101110

Color Harmonies of #6234B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6234B9

Black with #6234B9

Text Example


Text Example

White with #6234B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6234B9; }

 p { color: rgb(98,52,185); }

 H1.HeaderClassName
 {
   color: #6234B9;
 }
 .AnyTagClassName
 {
   color: #6234B9;
 }
</style>

background-color css

<style>
 a { background-color: #6234B9; }

 a { background-color: rgb(98,52,185); }

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

border-color css

<style>
 span { border-color: #6234B9; }

 span { border-color: rgb(98,52,185); }

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